Dont set these path. I think, python will do it now

This commit is contained in:
2016-01-03 23:10:18 +05:30
parent 10733c785e
commit fc79bc6882
+2 -2
View File
@@ -21,5 +21,5 @@ if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH" PATH="$HOME/bin:$PATH"
fi fi
export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/.local/python/scripts:$PATH" # export PATH="$HOME/.local/python/scripts:$PATH"
export PYTHONPATH="$HOME/.local/python/lib" # export PYTHONPATH="$HOME/.local/python/lib"