$ git clone http://softwarefactory-project.io/r/python-tripleo-wrapper $ mkdir jubilant-testing $ virtualenv jubilant-testing $ cd jubilant-testing $ source ./bin ...
Before PEP 668 – Marking Python base environments as “externally managed”, we used to be able to install python packages globally for each user and use them in any python scripts. This is ugly but ...