Skip to main content
deleted 1 character in body
Source Link
Karl Knechtel
  • 61.3k
  • 14
  • 131
  • 193

I am using Python 3.2 on Windows 7. When I open the Python shell, how can I know what the current directory is and how? How can I change it to another directory where(where my modules are)?

I am using Python 3.2 on Windows 7. When I open the Python shell, how can I know what the current directory is and how can I change it to another directory where my modules are?

I am using Python 3.2 on Windows 7. When I open the Python shell, how can I know what the current directory is? How can I change it to another directory (where my modules are)?

Post Closed as "Duplicate" by Karl Knechtel python
edited tags; edited tags
Link
Karl Knechtel
  • 61.3k
  • 14
  • 131
  • 193
Source Link
astay13
  • 7k
  • 10
  • 44
  • 59

How to know/change current directory in Python shell?

I am using Python 3.2 on Windows 7. When I open the Python shell, how can I know what the current directory is and how can I change it to another directory where my modules are?