未安装python3-venv ubuntu 14.04
全新安装ubuntu gnome 14.04,然后进行dist-upgrade 我尝试做的第一件事就是为python创建虚拟环境 python3 -m venv flask 给我 The virtual environment was not created successfully because ensurepip is not available. On Debian/Ubuntu systems, you need to install the python3-venv package using the following command. apt-get install python3-venv You may need to use sudo with that command. After installing the …