gpt4 book ai didi

python - virtualenvwrapper 错误 : The path python2 (from --python=python2) does not exist

转载 作者:行者123 更新时间:2023-12-03 20:51:00 25 4
gpt4 key购买 nike

我正在尝试在 Ubuntuo 18.04 上使用 virtualenvwrapper 设置 virtualenv,但是当我尝试运行时 mkvirtualenv temp我从 virtualenvwrapper 收到错误:The path python2 (from --python=python2) does not exist .
.bashrc 中的相关行是:

147 # virtualenvwrapper variables
148 export WORKON_HOME=~/.virtualenvs
149 export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3
150 export VIRTUALENVWRAPPER_VIRTUALENV=/usr/bin/virtualenv
151 source /usr/local/bin/virtualenvwrapper.sh
如果我运行 mkvirtualenv temp --python=python3 ,环境按预期创建并且工作正常,但我收到消息 Already using interpreter /usr/bin/python3这告诉我 .bashrc 第 149 行正确设置了变量。
我的困惑是我不使用 Python2。我知道它安装在操作系统上,但它是 virtualenvwrapper Python 2.x 的默认版本吗?即使我相信 .bashrc 中的第 149 和 150 行会覆盖这一点。任何建议表示赞赏。

最佳答案

指定要使用的python版本

mkvirtualenv venv -p /usr/local/bin/python3.6

关于python - virtualenvwrapper 错误 : The path python2 (from --python=python2) does not exist,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62784125/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com