[Tutor] how to change the current working directory path in ipython.
[Tutor] how to change the current working directory path in ipython.
Joel Goldstick joel.goldstick at gmail.com
Wed Feb 8 15:33:01 CET 2012?
- Previous message: [Tutor] how to change the current working directory path in ipython.
- Next message: [Tutor] PyQT GUI Threading example
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Feb 8, 2012 at 9:24 AM, Debashish Saha < silideba at gmail.com > wrote: > how to change ?the current working directory path in ipython. > > my current directory path is > ? ? ? ? ? ? ? ? ? ? ? pwd > ? ? ? ? ? ? ? Out[2]: u'C:\\Users\\as' > > now if i want to take the path to a subfolder of above > 'C:\\Users\\as', what do i have to do? > _______________________________________________ > Tutor maillist ?- ? Tutor at python.org > To unsubscribe or change subscription options: > http://mail.python.org/mailman/listinfo/tutor Try looking here: http://docs.python.org/tutorial/stdlib.html#operating-system-interface There is a module in python called os Here is an example from the documentation >>> import os >>> os.getcwd() # Return the current working directory 'C:\\Python26' >>> os.chdir('/server/accesslogs') # Change current working directory >>> os.system('mkdir today') # Run the command mkdir in the system shell 0 -- Joel Goldstick
[Tutor] how to change the current working directory path in ipython.
更多文章、技術交流、商務合作、聯系博主
微信掃碼或搜索:z360901061

微信掃一掃加我為好友
QQ號聯系: 360901061
您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對您有幫助就好】元
