|
|
|
|
|
by tudborg
4361 days ago
|
|
Ha. How fun :) We take different aproaches though. Repo link for reference: https://github.com/tbug/vpython Mine expects you to know virtualenv and how it works, and also that you explicitly install it. Same goes for dependencies. My needs where to avoid sourcing the virtualenv, so i wrote the tool to fix just that.
Also, i built mine to resolve symlinks and be usable as the shebang in your python scripts, which is pretty neat when writing command line tools. |
|