Changed the way that the path is edited.

This commit is contained in:
Ivan Malison 2013-03-19 10:18:07 -07:00
parent 7f26363ccb
commit 960efe0290
2 changed files with 4 additions and 2 deletions

4
.path
View File

@ -1 +1,3 @@
export PATH="$PATH:$HOME/.local/lib/python2.6/site-packages"
export PATH="$PATH:$HOME/.local/lib/python2.6/site-packages"
# put usr/local/bin first.
export PATH=/usr/local/bin:`echo $PATH | sed "s|:*/usr/local/bin||" | sed "s|^:||"`

@ -1 +1 @@
Subproject commit 638717127eb878134ee2a88a9eab5676e6c62264
Subproject commit 13c54cef7a68b7c66c813a1775ded352da0059e4