Mercurial > dotfiles
diff .shell.d/50.common_env.sh @ 241:7249fab44bcd
python: remove PYTHONSTARTUP since I never use it and it breaks pypy
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Sat, 19 Mar 2011 17:06:52 -0500 |
parents | 5599a864b888 |
children | 308c884414bc |
line wrap: on
line diff
--- a/.shell.d/50.common_env.sh +++ b/.shell.d/50.common_env.sh @@ -13,9 +13,6 @@ export LESS="-R" insert_path_element ~/unixSoft/bin unset MANPATH # smart man(1)s autodetect that from PATH. -# Python stuff -export PYTHONSTARTUP="$HOME/.python/startup.py" - insert_element_into_var "$HOME/unixSoft/lib/python" PYTHONPATH insert_element_into_var /opt/hg/lib/python PYTHONPATH