Join Nostr
2024-08-03 18:20:30 UTC
in reply to

Markus Holtermann on Nostr: I second Jeff Triplett here. Virtualenvwrapper to handle the Python venvs and direnv ...

I second here. Virtualenvwrapper to handle the Python venvs and direnv to load/unload variables.

For example, I have ~/Coding/work as a root for all work related projects (so, ~/Coding/work/project-xyz) and have ~/Coding/work/.envrc to set my git username and email address.