使用setvirtualenvproject命令将virtualenv绑定到项目不起作用(windows)

时间:2017-06-18 02:16:28

标签: python django virtualenv

我正在尝试将我的virtualenv绑定到django项目。所以当我输入命令workon my_project时,它应该cd到我的django项目。

(my_project) C:\User\User\Desktop\Project>
(my_project) C:\User\User\Desktop\Project>setvirtualenvproject
'setvirtualenvproject' is not recognized as an internal or external command, operable program or batch file.

为什么命令不起作用? 还有另一种方法可以将virtualenv绑定到我的django项目吗?

分辨

我已设法使用此命令将我的virtualenv绑定到我的django项目

setprojectdir [path to the project folder]

2 个答案:

答案 0 :(得分:5)

我已设法使用此命令将我的virtualenv绑定到我的django项目

setprojectdir [path to the project folder]

答案 1 :(得分:1)

setvirtualenvproject是来自virtualenvwrapper的命令。你安装了virtualenvwrapper-win吗?