Passing command Line argument to Python script within Eclipse(Pydev)

前端 未结 5 1505
刺人心
刺人心 2020-12-05 10:27

I am new to Python & Eclipse, and having some difficulties understanding how to pass command line argument to script running within Eclipse(Pydev).

The following

5条回答
  •  庸人自扰
    2020-12-05 11:06

    Select "Properties" -->> "Run/Debug Settings".

    Select the related file in right panel and then click on "Edit" button. It will open properties of selected file. There's an "Arguments" tab.

提交回复
热议问题