How to pass an environment variable as a command line parameter in Run/Debug configuration in PyCharm?

后端 未结 3 740
梦如初夏
梦如初夏 2021-01-05 02:02

I am trying to learn PyCharm, need to pass an environment variable as a command line parameter to my process, e.g. execute an equivalent of myScript.py -u $myVar

3条回答
提交回复
热议问题