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
This script will:
- create a unique virtualenv for the EBCLI
- create .py, .bat, .ps1 wrappers around it such that when any of
these wrappers is invoked to execute an 'eb' command, the unique
virtualenv is activated. After the 'eb' process is returned, the
virtualenv is deactivated.
0 commit comments