westurner / dotfiles

Bash, Python, IPython scripts, and userspace configuration https://westurner.org/dotfiles/

Home Page:https://westurner.org/dotfiles/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENH: _PYSITE="${HOME}/.local/lib/python${PYVER}/site-packages"

westurner opened this issue · comments

  • Add a _PYVER ENV variable
  • Set _PYSITE (site-packages) to ~/.local/lib/python${PYVER}/site-packages
    by default
## PYVER: 'Python Version'
# PYVER = 'N.N'
PYVER = '2.7'
PYVER = '3.6'

ENH: _PYSITE="${HOME}/.local/lib/pythonN.N/site-packages"