flyingcircusio / appenv

Self-contained bootstrapping/updating of Python applications deployed through shared repositories
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Use exec form of subprocess #42

Closed darkdragon-001 closed 4 months ago

darkdragon-001 commented 1 year ago

This avoids the needs to properly escape paths. Currently running within a path including spaces or brackets doesn't work.

The second commit adds shortcuts for python() and pip(). Feel free to drop this commit if you don't like it.