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
Post a Comment