I am new to coding and I am learning about environment variables in python using pycharm. I am trying to hide my API KEY in the terminal for basic security however when I type env into the terminal this is the response.
env : The term 'env' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1
- env
-
+ CategoryInfo : ObjectNotFound: (env:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
How can I fix this? How can I fix the path or find the path?