Files
dotfiles/zsh/.virtual_env_config.zsh_mac.example
2023-06-01 14:32:58 +02:00

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