django - Can't activate virtualenv -
so i've been using django 1.7 while , have set in virtualenv on windows vista. activate virtualenv command prompt with
./scripts/activate
but reason, when tried using again first time in several months, when try activate it, got
'.' not recognized internal or external command, operable program or batch file.
i tried running command
path/to/venv/scripts/activate
(venv name of virtualenv) , hang 7 minutes nothing.
how can fix problem?
thanks.
on windows paths use backslash need use .\scripts\activate
Comments
Post a Comment