So when I try to find the path from the cmd with where azuredatastudio
, I get the path. When I go in Python and do print(os.environ)
, I get many defined paths, but not this from the upper command in cmd.
How to get in this example azuredatastudio
path from Python and where is it stored?