oh-my-zsh plugin to set up the pipenv environment
Copy the following into your zsh shell.
curl https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | python - --no-modify-path
Copy the following into your zsh shell.
git clone https://github.com/philjc/pipenv-zsh-plugin.git "$ZSH_CUSTOM/plugins/pipenv-pjc"
# Automatically open .zshrc with vim with the search and replace string to activate the pipsi plugin
# just hit 'y' and then ':wq' to save
vim -c ":%s/^plugins=(/plugins=(\r pipenv-pjc/gc" $HOME/.zshrc && source $HOME/.zshrc