我正在尝试将我的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]
答案 0 :(得分:5)
我已设法使用此命令将我的virtualenv绑定到我的django项目
setprojectdir [path to the project folder]
答案 1 :(得分:1)
setvirtualenvproject
是来自virtualenvwrapper的命令。你安装了virtualenvwrapper-win吗?