Message9848

Author csojinb
Recipients csojinb
Date 2015-04-14.20:21:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429042881.73.0.603384534386.issue2329@psf.upfronthosting.co.za>
In-reply-to
Content
This is what happens when I try to create a virtualenv using jython 2.7rc2 (linked to /usr/local/bin/jython on my machine)
```
[~]$ /usr/bin/python -m virtualenv --setuptools --python /usr/local/bin/jython jython
Running virtualenv with interpreter /usr/local/bin/jython
Using real prefix '/Users/clara/jython'
Cannot find file /Users/clara/jython/cachedir (bad symlink)
New jython executable in jython/bin/jython
ERROR: The executable jython/bin/jython is not functioning
ERROR: It thinks sys.prefix is u'/Users/clara/jython_2.7rc2' (should be u'/Users/clara/jython')
ERROR: virtualenv is not compatible with this system or executable
```

Unsure if already reported... couldn't find another issue that covers this
History
Date User Action Args
2015-04-14 20:21:21csojinbsetrecipients: + csojinb
2015-04-14 20:21:21csojinbsetmessageid: <1429042881.73.0.603384534386.issue2329@psf.upfronthosting.co.za>
2015-04-14 20:21:21csojinblinkissue2329 messages
2015-04-14 20:21:21csojinbcreate