How To Find the System Path

Here is a simple program to check the system path using python interpreter :

import os
os.environ["PATH"].split(""")

No comments:

Post a Comment