python无法运行git_python-无法在Windows的GIT bash mingw32中激活virtualenv
当我尝试从GIT bash mingw32激活我的virtualenv时,没有得到预期的响应。注意:activate.bat是我的Google Drive文件夹中Python项目的文件夹。 hy是我运行virtualenv --distribute hy时创建的virtualenv文件夹。s3z@s3z ~/Google Drive/py/hy$ Scripts/activate因此,您看到在ac
当我尝试从GIT bash mingw32激活我的virtualenv时,没有得到预期的响应。
注意:activate.bat是我的Google Drive文件夹中Python项目的文件夹。 hy是我运行virtualenv --distribute hy时创建的virtualenv文件夹。
s3z@s3z ~/Google Drive/py/hy
$ Scripts/activate
因此,您看到在activate.bat之前没有出现预期的(为什么)
s3z@s3z ~/Google Drive/py/hy
$ Scripts/activate.bat
Scripts/activate.bat: line 1: @echo: command not found
Scripts/activate.bat: line 4: syntax error near unexpected token `('
Scripts/activate.bat: line 4: `if not defined PROMPT ('
并且当将实际文件名定位为activate.bat时,我收到错误消息。 然后,我尝试停用以查看会发生什么情况,因为我认为virtualenv已被激活但被隐藏了。
s3z@s3z ~/Google Drive/py/hy
$ Scripts/deactivate.bat
Scripts/deactivate.bat: line 1: @echo: command not found
Scripts/deactivate.bat: line 3: syntax error near unexpected token `('
Scripts/deactivate.bat: line 3: `if defined _OLD_VIRTUAL_PROMPT ('
s3z@s3z ~/Google Drive/py/hy
$ Scripts/deactivate
sh.exe": Scripts/deactivate: No such file or directory
有任何想法吗?
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
所有评论(0)