Re: Failed to create virtual environment when using --relocatable option, what's wrong?

2011-08-17 Thread alex23
On Aug 17, 12:23 am, smith jack wrote: > The environment doesn't have a file > f:\PythonEnv\djangoEnv2\Scripts\activate_thi > s.py -- please re-run virtualenv on this environment to update it Although the docs aren't very clear, --relocatable should be run on _existing_ virtualenvs. Don't think

Failed to create virtual environment when using --relocatable option, what's wrong?

2011-08-16 Thread smith jack
all things works well without --relocatable option, the error info when using --relocatable option is as follows : F:\PythonEnv\djangoEnv>virtualenv f:\PythonEnv\djangoEnv2 --relocatable PYTHONHOME is set. You *must* activate the virtualenv before using it The environment doesn't have a file f:\P