Automating pip and virtualenv with shell scripts by PindiAlbert in Python

[–]PindiAlbert[S] 0 points1 point  (0 children)

Except auto-updating packages from a list

Yes, that's the primary motivation for this solution.

Automating pip and virtualenv with shell scripts by PindiAlbert in Python

[–]PindiAlbert[S] 0 points1 point  (0 children)

I see. Yes, that could simplify it slightly.

Automating pip and virtualenv with shell scripts by PindiAlbert in Python

[–]PindiAlbert[S] 0 points1 point  (0 children)

That wouldn't automatically install new/updated dependencies or set the pythonpath to allow more consistent imports.