作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在激活 virtualenv 时遇到问题。我在服务器上工作并使用 SSH 安全外壳。
我的最终目标是激活 virtualenv 并运行最新版本的 tensorflow
命令行如下:
jeonguyoang@vision6:~$ python3 -m venv tfenv
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.
jeonguyoang@vision6:~$ source tfenv/bin/activate
-bash: tfenv/bin/activate: No such file or directory
jeonguyoang@vision6:~$ cd tfenv
jeonguyoang@vision6:~/tfenv$ ls
bin include lib lib64 pyvenv.cfg
jeonguyoang@vision6:~/tfenv$ cd bin
jeonguyoang@vision6:~/tfenv/bin$ ls
python python3
captured image of the commands
我认为没有激活文件。也许重新安装 virtualenv 是答案,但我不能中断服务器设置..
最佳答案
检查您是否有 python 2 版本的 pip 和 python(python-all
和 python-pip
包)。 Venv 安装 v2 和 v3 版本的 python 和 pip(不管 venv 的 python 版本如何)。
关于virtualenv - 无法激活 virtualenv : No such file or directory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46117754/
我是一名优秀的程序员,十分优秀!