gpt4 book ai didi

python - mkvirtualenv : command not found

转载 作者:太空狗 更新时间:2023-10-29 17:24:11 26 4
gpt4 key购买 nike

我是 Python 虚拟环境的新手,所以在阅读 this tutorial 之后我尝试使用 virtualenvwrapper 创建我的第一个环境。我的 python3 安装现在是最基本的:

$ pip3 list
argparse (1.2.1)
pip (1.5.6)
setuptools (2.1)
stevedore (0.15)
virtualenv (1.11.6)
virtualenv-clone (0.2.5)
virtualenvwrapper (4.3.1)

按照教程的建议,我将以下行添加到我的 .bashrc 文件中:

export WORKON_HOME=$HOME/.virtualenvs
source /Library/Frameworks/Python.framework/Versions/3.4/bin/virtualenvwrapper_lazy.sh

当我打开一个新的终端时会产生以下消息:

Last login: Wed Sep 10 22:33:17 on ttys006
-bash: _VIRTUALENVWRAPPER_API: unbound variable
-bash: VIRTUALENVWRAPPER_SCRIPT: unbound variable
-bash: VIRTUALENVWRAPPER_SCRIPT: unbound variable
-bash: _VIRTUALENVWRAPPER_API: unbound variable
-bash: _VIRTUALENVWRAPPER_API: unbound variable
complete: usage: complete [-abcdefgjksuv] [-pr] [-o option] [-A action] [-G globpat] [-W wordlist] [-P prefix] [-S suffix] [-X filterpat] [-F function] [-C command] [name ...]

我不明白问题出在哪里,但显然 source/Library/Frameworks/Python.framework/Versions/3.4/bin/virtualenvwrapper_lazy.sh 行失败了,因为那时我不能甚至找到 mkvirtualenv 命令:

$ mkvirtualenv test1 -p /usr/bin/python3.3
-bash: mkvirtualenv: command not found

我找到了 this postthis one ,有类似的问题,但没有一个给我解决方案。

最佳答案

我在 .bashrc 中添加了以下内容,引用 this

export PATH=/usr/local/bin:$PATH
source /usr/local/bin/virtualenvwrapper.sh

现在 mkvirtualenv 工作了-

pkoli@pkoli-SVE15136CNB:~/Desktop$ mkvirtualenv BUGS
Using base prefix '/usr'
New python executable in BUGS/bin/python3
Also creating executable in BUGS/bin/python
Installing setuptools, pip...done.

关于python - mkvirtualenv : command not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25774829/

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