You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it would be handy to install some packages automatically, but putting all useful packages to autoinstall_packages does not make sense. Something like "virtual environment templates" could be useful. In short, add to venvlinkrc something like:
This is related to #4.
Proposal
Sometimes it would be handy to install some packages automatically, but putting all useful packages to
autoinstall_packages
does not make sense. Something like "virtual environment templates" could be useful. In short, add tovenvlinkrc
something like:There could be optional PEP440 compatible version identifiers (like in the django case in the example above) to help keeping versions compatible.
Usage could looks something like this. Creating new virtual environment:
or
The text was updated successfully, but these errors were encountered: