Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

edit path variable using python

app_path = os.path.join(root_path, 'other', 'dir', 'to', 'app')
os.environ["PATH"] += os.pathsep + app_path
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #edit #path #variable #python
ADD COMMENT
Topic
Name
3+2 =