我正在将pyenv与virtualenvwrapper一起使用。
要使用virtualenvwrapper(不使用pyenv),我在.bash_profile中 source /usr/local/bin/virtualenvwrapper.sh
将pyenv与virtualenvwrapper插件一起使用时, pyenv virtualenvwrapper 到底能做什么?
我在网上看到的东西是将virtualenvwrapper设置到您的shell 中所必需的。如果我已经下载了virtualenvwrapper.sh,是否仍然需要?
添加更多详细信息: https://alysivji.github.io/setting-up-pyenv-virtualenvwrapper.html
Anytime we install a new version of Python, we will need to install
virtualenvwrapper. This is done with either the pyenv
virtualenvwrapper or pyenv virtualenvwrapper_lazy
在pyenv中安装新版本的python时仅需要一次吗?