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
It would be handy to have an option for automatic installation of packages in venvlinkrc, like install_packages or autoinstall_packages. This could be a list, like [numpy, matplotlib].
Versions could be defined as defined in PEP440; numpy~=1.19.5 for numpy versions 1.19.x but greater or equal than 1.19.5.
This was briefly mentioned in #3.
Proposal
It would be handy to have an option for automatic installation of packages in
venvlinkrc
, likeinstall_packages
orautoinstall_packages
. This could be a list, like[numpy, matplotlib]
.Versions could be defined as defined in PEP440;
numpy~=1.19.5
for numpy versions1.19.x
but greater or equal than1.19.5
.Example (venvlinkrc):
The text was updated successfully, but these errors were encountered: