Python Forum
setting working directory in pycharm
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
setting working directory in pycharm
#6
(Dec-06-2018, 10:08 AM)Larz60+ Wrote: when running in IDE,
os.chdir(os.path.abspath(os.path.dirname(__file__)))
This assures that the starting directory for relative operations is always the directory where python script resides.

I have 10 .py files each under both directories.do i need to keep this statement in all .py files?
Reply


Messages In This Thread
RE: setting working directory in pycharm - by saisankalpj - Dec-06-2018, 03:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  working directory if using windows path-variable chitarup 2 1,475 Nov-28-2023, 11:36 PM
Last Post: chitarup
  Help setting up Pycharm & Remote Pi PickyBiker 3 3,015 Sep-17-2021, 04:04 PM
Last Post: PickyBiker
  Setup working directory in IDLE Pavel_47 3 6,277 Mar-06-2021, 08:59 AM
Last Post: Pavel_47
  [PyCharm] Working with virtual environment AndrzejB 1 2,873 Jul-18-2020, 06:22 PM
Last Post: AndrzejB
  CWD (Current working directory) pcsailor 5 7,816 Nov-11-2018, 10:14 AM
Last Post: Larz60+
  Configuring interpretor in PyCharm: [Errno 2] No such file or directory BoaCoder3 0 9,026 Sep-15-2018, 01:21 PM
Last Post: BoaCoder3
  how to save python file to working directory rpdohm 3 7,240 Sep-14-2017, 06:16 PM
Last Post: rpdohm

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020