Browse Source

add env PYTHONPATH

pull/1/head
10sr 11 years ago
parent
commit
02bcdbaeea
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      profile

+ 1
- 0
profile View File

@@ -8,6 +8,7 @@ export TERMCAP="${TERMCAP}:vb="
export HOSTNAME
export ENV=~/.shrc
export PYTHONDOCS=/usr/share/doc/python/html/
export PYTHONPATH="${PYTHONPATH}:${HOME}/my/bin/py"
test -f "${HOME}/.pythonrc" && export PYTHONSTARTUP="${HOME}/.pythonrc"
#export PYTHONPATH="~/.local/share/lib/python3.2/site-packages"



Loading…
Cancel
Save