I'm trying to bind my virtualenv to django project. So when I type the command workon my_project
it should cd to my django project.
(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.
Why the command doesn't work? Is there another way of binding virtualenv to my django project?
RESOLVED
I've managed to bind my virtualenv to my django project using this command
setprojectdir [path to the project folder]
I've managed to bind my virtualenv to my django project using this command
setprojectdir [path to the project folder]
setvirtualenvproject
is a command from virtualenvwrapper. Do you have virtualenvwrapper-win installed?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With