mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
Dont set these path. I think, python will do it now
This commit is contained in:
+2
-2
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user