Answers for "create environment variable with python version"

9

python create environment variable

import os
os.environ['variable_name'] = 'variable_value'
Posted by: Guest on April-28-2020

Code answers related to "create environment variable with python version"

Python Answers by Framework

Browse Popular Code Answers by Language