How can I use jython setup.py install?

前端 未结 2 1040
无人及你
无人及你 2021-01-16 06:24

I am using a Jython virtualenv where I can install whatever software via pip or via easy_install, but there is a software that is not registered yet and the installation mod

2条回答
  •  醉话见心
    2021-01-16 07:14

    Basically you need to install the installtool first. To do so see the doc linked below.

    install this: http://peak.telecommunity.com/dist/ez_setup.py

    (see here:http://www.jython.org/jythonbook/en/1.0/appendixA.html#setuptools)

提交回复
热议问题