Closed charlesroper closed 9 years ago
The usual suspect is the value of %USERPROFILE%
. Try setting WORKON_HOME
to something sane :)
Does %USERPROFILE%
happen to have spaces in it?
@davidmarble No, it's like this:
C:\>echo %USERPROFILE%
C:\Users\charlesr
I can partly see what the problem was - a directory literally called %USERPROFILE% had been created under the dir I was operating from and it seems that was being used instead of the real %USERPROFILE%. Thing is, I don't know why it was created. I certainly didn't do it. I've removed it and changed WORKON_HOME to C:\PythonEnvs
and it now works. Many thanks for the suggestion @piotr-dobrogost
Just installed virtualenvwrapper-win on Win8 Pro x64. Here's what I'm seeing
I'm using ActiveState Python 2.7.2. Here's what's installed:
WORKON_HOME is set:
Any ideas?