From fc79bc6882ee87075a9327feecbdfba189345823 Mon Sep 17 00:00:00 2001 From: "Harish.K" Date: Sun, 3 Jan 2016 23:10:18 +0530 Subject: [PATCH] Dont set these path. I think, python will do it now --- home/.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.profile b/home/.profile index f3f4aec..f802e32 100644 --- a/home/.profile +++ b/home/.profile @@ -21,5 +21,5 @@ if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi export PATH="$HOME/.local/bin:$PATH" -export PATH="$HOME/.local/python/scripts:$PATH" -export PYTHONPATH="$HOME/.local/python/lib" +# export PATH="$HOME/.local/python/scripts:$PATH" +# export PYTHONPATH="$HOME/.local/python/lib"