【发布时间】:2020-08-02 05:26:55
【问题描述】:
Python 3.7.4
视窗 10
我注意到在创建新环境时我得到:
Error: Command '['P:\\test_env\\test_env\\Scripts\\python.exe', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 3221226505. 但它创造了! mb 这里是问题
我制作了新的虚拟环境
P:\learning_log\env
但似乎我无法激活它:
P:\learning_log\env>Scripts\activate.bat
只是因为没有这样的文件名为activate.bat
在Scripts我只有python.exe和pythonw.exe,我已经重做了10多次环境,在网上搜索过,无法解决,请帮帮我。
【问题讨论】:
标签: django python-3.x windows environment-variables virtualenv