Set PYTHONPATH

This commit is contained in:
2Shirt 2019-12-09 17:32:40 -07:00
parent 442ed991bb
commit b25b15f195
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
2 changed files with 4 additions and 0 deletions

View file

@ -12,3 +12,6 @@ PS1='[\u@\h \W]\$ '
# Update LS_COLORS
eval $(dircolors ~/.dircolors)
# WizardKit
export PYTHONPATH='/usr/local/bin'

View file

@ -9,3 +9,4 @@ source $ZSH/oh-my-zsh.sh
# Wizard Kit
. $HOME/.aliases
eval $(dircolors ~/.dircolors)
export PYTHONPATH="/usr/local/bin"