Virtualenv从Mac转移到Windows

时间:2014-09-17 03:53:29

标签: python django virtualenv virtualenv-commands

我目前正在开发一个使用Virtualenv的Django项目。最初,我在Mac上启动了该项目,并通过输入以下命令激活虚拟环境:

source env/bin/activate

因为虚拟环境文件存储在名为“ENV”的文件夹中,激活文件的路径是:“env / bin / activate”。但是,我最近盯着使用Windows PC作为我的第二台计算机,并使用Gi​​t将项目克隆到Windows PC上。但是,我无法在Windows PC上启动virtualenv。这些是我迄今为止尝试过的命令:

source env/bin/activate
source env\bin\activate
env/bin/activate    
env\bin\activate

我收到错误:

The term '\ENV\bin\activate' is not recognized as the name of a cmdlet, function, script file, or operable program. Ch

输入名称的拼写,或者如果包含路径,请验证路径是否正确,然后重试。 我在我的Windows PC上安装了pip和virtualenv,有谁知道如何激活我的virtualenv?

0 个答案:

没有答案