On Unix operative systems I can start a process with additional environment variables like this:
$ DEBUG=1 VERBOSE=3 python myscript.py
Does the Windows CMD have an equivalent for this? I'm stuck developing on a Windows computer and I want to test release-behaviour without having to build the project or permanently change the env variables in my CMD session.
No comments:
Post a Comment