How can I get virtualenv to produce Python executables with the correct sys.path using the Enthought Python Distribution? -


i installed enthought python distribution version 7.0 on mac, easy_installed pip, did pip install virtualenv. when try create virtual environment, get:

> virtualenv test new python executable in test/bin/python error: executable test/bin/python not functioning error: thinks sys.prefix '/library/frameworks/epd64.framework/versions/7.0' (should '/users/anand/test') error: virtualenv not compatible system or executable` 

and test/bin not contain activate script. how can virtualenv working?

thanks help!

this question discussed on epd developers mailing list. among others mentioned epd not put virtualenv in mind , has it's bugs sometimes. however, posted link summarized solution i'm trying out myself now: https://gist.github.com/845545

hth, michael


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -