Mercurial > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
240:c451e42b3ecc | 241:7249fab44bcd |
---|---|
11 export LESS="-R" | 11 export LESS="-R" |
12 | 12 |
13 insert_path_element ~/unixSoft/bin | 13 insert_path_element ~/unixSoft/bin |
14 unset MANPATH # smart man(1)s autodetect that from PATH. | 14 unset MANPATH # smart man(1)s autodetect that from PATH. |
15 | 15 |
16 # Python stuff | |
17 export PYTHONSTARTUP="$HOME/.python/startup.py" | |
18 | |
19 insert_element_into_var "$HOME/unixSoft/lib/python" PYTHONPATH | 16 insert_element_into_var "$HOME/unixSoft/lib/python" PYTHONPATH |
20 insert_element_into_var /opt/hg/lib/python PYTHONPATH | 17 insert_element_into_var /opt/hg/lib/python PYTHONPATH |
21 | 18 |
22 insert_path_element /opt/hg/bin | 19 insert_path_element /opt/hg/bin |
23 | 20 |