Julian / venvs

venvs creates virtualenvs
https://pypi.org/project/venvs/
MIT License
17 stars 12 forks source link

Add `install-env` to specify an environment to export when installing #97

Open Julian opened 4 years ago

Julian commented 4 years ago

Useful for e.g. setting CFLAGS etc. for a specific env without setting it for the whole run (and persisting that info). Though having that be portable across machines...

Needs more thought.