Pydev in Eclipse default working directory

前端 未结 1 1668
花落未央
花落未央 2020-12-11 21:12

What is the default working directory for my project? I have several projects under my workspace, and a couple of run configurations. I use os.getcwd() and the directory goe

相关标签:
1条回答
  • 2020-12-11 22:00

    Open Run Dialog...-> Select your run configuration->Arguments Tab->Working directory:

    mine is set to ${workspace_loc}:test/src/ for a project name test i created in my workspace

    0 讨论(0)
提交回复
热议问题