5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
export WORKON_HOME=~/python-envs
|
|
export VIRTUALENVWRAPPER_VIRTUALENV=/usr/local/bin/virtualenv
|
|
mkdir -p $WORKON_HOME
|
|
source /opt/homebrew/bin/virtualenvwrapper.sh
|