打开终端时,“检查​​ VIRTUALENVWRAPPER_PYTHON 的 virtualenvwrapper 是否已安装”

打开终端时,“检查​​ VIRTUALENVWRAPPER_PYTHON 的 virtualenvwrapper 是否已安装”
/home/isaac/anaconda3/bin/python: Error while finding module specification for 'virtualenvwrapper.hook_loader' (ModuleNotFoundError: No module named 'virtualenvwrapper')
virtualenvwrapper.sh: There was a problem running the initialization hooks. 

If Python could not import the module virtualenvwrapper.hook_loader,
check that virtualenvwrapper has been installed for
VIRTUALENVWRAPPER_PYTHON=/home/isaac/anaconda3/bin/python and that PATH is
set properly.

我该如何解决上述问题?

答案1

OP 解决了它。

只需运行以下命令:

pip3 install virtualenvwrapper

相关内容