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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -