From d438114dc0719cf6b17ace29e5ce37389ab3f686 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 23 Sep 2011 08:11:53 +0300 Subject: [PATCH] bash_exports: PATH=$PATH works :O It seems to work so it's now it this. --- bash_exports | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_exports b/bash_exports index 746583b3..65d38477 100644 --- a/bash_exports +++ b/bash_exports @@ -14,6 +14,6 @@ export LC_ALL # Sets your timezone. Set in format , or just timezone like UTC. #export TZ="/usr/share/zoneinfo/Europe/Helsinki" -# Sets PATH. To add this, run "echo $PATH" in terminal and copy-paste the result below. To add another path, add : to string below. +# Sets PATH. To add another path, add : to string below. # Remember to uncomment it if you use it ;) Yes, I know that this isn't exporting, but I don't want PYTHONPATH to be alone here and PATH matches with nature of this file. -# PATH= +PATH=$PATH