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
Add ability to disable using a python venv to run whisk
In some scenarios it's undesirable to have a requirement on python
virtual environments and using pip to download dependencies at
on-demand, for instance when building in a restricted CI
environment.
This change let's users set the WHISK_NO_VENV shell variable to prevent
the usage of python virtual environment and pip to install python
dependencies required by whisk.py. The user must then make sure that
these dependencies are available some other way, for instance by
installing them via the system's native package manager.
0 commit comments