我能够从我的 Linux mint 16 迁移到 Linux mint 17.3 64 位版本。这是期待已久的迁移。
迁移到 Linux Mint 17.3 后,我无法安装 python3-venv 模块,据说它是 python 3.x 中 virtualenv 的替代品。在我的 linux mint 16 中,我可以访问 pyvenv-3.4 工具。我不知道我什么时候在 Linux mint 16 中安装了那个模块。
有人遇到过这个问题吗?
python -m venv test
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 python3-venv
package, recreate your virtual environment.
izero@Ganesha ~/devel $ sudo apt-get install python3-venv
[sudo] password for izero:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3-venv