This commit is contained in:
Páll Guðjón Sigurðsson 2010-09-02 23:53:29 +00:00
parent 3ff6c031ff
commit b74dfb8f2f
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ def set_path(path):
path = ":/usr/local/bin"
current_path = "%s%s" % (current_path,path)
putenv('PATH', current_path)
print "current path: ", current_path
print "put: %s" %(getenv('PATH'))