python-pip-run 8.8.0
Channel: guix
Home page: https://github.com/jaraco/pip-run
Licenses: Expat
Synopsis: Dynamic dependency loader for Python
Description:
The pip-run
command provides on-demand temporary package installation for a single interpreter run. It replaces this series of commands:
$ virtualenv --python pythonX.X --system-site-packages /tmp/env $ /tmp/env/bin/pip install pkg1 pkg2 -r reqs.txt $ /tmp/env/bin/python ... $ rm -rf /tmp/env
Total results: 2