Files
dotfiles/zsh/.virtual_env_config.zsh_mac.example

5 lines
163 B
Plaintext
Raw Normal View History

2022-09-27 12:31:54 +02:00
export WORKON_HOME=~/python-envs
export VIRTUALENVWRAPPER_VIRTUALENV=/usr/local/bin/virtualenv
mkdir -p $WORKON_HOME
2023-06-01 14:32:58 +02:00
source /opt/homebrew/bin/virtualenvwrapper.sh