# zshenv/80_python # # Set variables related to Python # # Copyright © 2014-2021 Tobias Klauser # Released under the terms of the Artistic Licence 2.0 # # Source repository: git://git.distanz.ch/dotfiles/zsh.git #_PYTHON_USER=$HOME/.local/lib/python2.7/site-packages #[ -d $_PYTHON_USER ] && export PYTHONPATH=$_PYTHON_USER:$PYTHONPATH export PYTHONSTARTUP=$HOME/.pythonrc # vim:ft=zsh