Message9339

Author zyasoft
Recipients fwierzbicki, sergmain, zyasoft
Date 2015-01-07.07:54:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420617292.76.0.779069637086.issue1901@psf.upfronthosting.co.za>
In-reply-to
Content
pip now works with Jython, currently by using https://github.com/jythontools/pip

$ jpip install pymorphy
Downloading/unpacking pymorphy
  Downloading pymorphy-0.5.6.tar.gz (72kB): 72kB downloaded
  Running setup.py (path:/private/var/folders/kk/yrwpx1_x7ll3mn4mvqym2lv40000gn/T/pip_build_jbaker/pymorphy/setup.py) egg_info for package pymorphy

Installing collected packages: pymorphy
  Running setup.py install for pymorphy

Successfully installed pymorphy
Cleaning up...

(jpip here is aliased to the pip command installed in Jython's bin directory)
History
Date User Action Args
2015-01-07 07:54:52zyasoftsetmessageid: <1420617292.76.0.779069637086.issue1901@psf.upfronthosting.co.za>
2015-01-07 07:54:52zyasoftsetrecipients: + zyasoft, fwierzbicki, sergmain
2015-01-07 07:54:52zyasoftlinkissue1901 messages
2015-01-07 07:54:52zyasoftcreate