Python setup : command not found

后端 未结 4 1712
春和景丽
春和景丽 2020-12-19 12:05

Apologies if this is a basic question:

I have been trying to setup Python on my laptop by following the tutorial here. Under PIP, VIRTUALENV + VIRTUALENVWRAPPER<

4条回答
  •  遥遥无期
    2020-12-19 12:54

    According to your comment, virtualenvwrapper.sh is not in /usr/local/bin.

    You should pass correct path to source command.

    source /path/to/..../Scripts/virtualenvwrapper.sh
    

提交回复
热议问题