bash: mkvirtualenv: command not found

后端 未结 11 1472
天命终不由人
天命终不由人 2020-12-02 06:15

After following the instructions on Doug Hellman\'s virtualenvwrapper post, I still could not fire up a test environment.

[mpenning@tsunami ~]$ mkvirtualenv          


        
11条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 06:38

    Using Git Bash on Windows 10 and Python36 for Windows I found the virtualenvwrapper.sh in a slightly different place and running this resolved the issue

    source virtualenvwrapper.sh 
    /c/users/[myUserName]/AppData/Local/Programs/Python36/Scripts
    

提交回复
热议问题