Skip to content

Instantly share code, notes, and snippets.

@stefanholek
Created January 28, 2021 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanholek/340a5b71427732231d729cb46ceb5b67 to your computer and use it in GitHub Desktop.
Save stefanholek/340a5b71427732231d729cb46ceb5b67 to your computer and use it in GitHub Desktop.
Jython virtualenv

Jython ships with pip and it is still possible to create virtualenvs by using older versions of tools:

sudo {port|brew|apt|dnf} install jython
sudo jython -m pip install virtualenv==15.2.0

jython -m virtualenv --no-pip --no-wheel .jenv
.jenv/bin/easy_install pip==19.1.1
.jenv/bin/pip install -U setuptools==44.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment