Message10010

Author joshfriend
Recipients joshfriend, zyasoft
Date 2015-05-04.15:25:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430753122.06.0.684184627172.issue2350@psf.upfronthosting.co.za>
In-reply-to
Content
I am using OSX 10.10.3 with JDK 1.8.0_45

Relevant environment variables:

    $ env | grep -i java
    JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home
    $ env | grep -i jython
    # nothing...

Installed using the full path to the jar and install dir as you recommended:

    $ java -jar $PWD/jython-installer-2.7.0.jar -s -d $PWD/jython

which throws same error as in the GUI installer now, but pip is still installed.

When I ran the GUI installer (`java -jar $PWD/jython-installer-2.7.0.jar`), I used all default settings.

I also just verified that the issue is not present when I install under ubuntu trusty 64bit.

Happy to provide any other info you need. Thanks!
History
Date User Action Args
2015-05-04 15:25:22joshfriendsetmessageid: <1430753122.06.0.684184627172.issue2350@psf.upfronthosting.co.za>
2015-05-04 15:25:22joshfriendsetrecipients: + joshfriend, zyasoft
2015-05-04 15:25:22joshfriendlinkissue2350 messages
2015-05-04 15:25:21joshfriendcreate