Output system parameter: PATH : System Path « System « Python





Output system parameter: PATH


import os
os.environ['PATH']

           
       

Related examples in the same category

1.system os pathsystem os path
2.Append to system path
3.Show my cwd execution dir and first 6 import pathsShow my cwd execution dir and first 6 import paths