auto installing dependencies with pip to run a python zip application ?

Irmen de Jong irmen at NOSPAM.xs4all.nl
Thu Sep 28 15:17:07 EDT 2017


On 09/28/2017 09:40 AM, Paul Moore wrote:
> Are you aware of pipsi? If you do `pipsi install somepackage` it
> creates a new virtualenv in ~/.local/.venvs, populates it with
> somepackage and its dependencies, and then puts the entry point
> scripts for somepackage into ~/.local/bin. It may be a useful way of
> delivering your program, rather than building the virtualenv
> management in yourself.

No I wasn't aware of this tool, thanks for sharing. It's not what I am
looking for but it's always nice to know of some alternatives

Irmen



More information about the Python-list mailing list