python中的idle在哪里_python idle 的打开方式
進入你的python安裝目錄,比如我的python安裝在d盤,你只要進到下面這個文件夾去,D:\Program Files\Python33\Lib\idlelib\idle.bat運行即可。
至于出現一個黑色的空白cmd命令提示符窗口的解決方法只要用記事本打開idle.bat文件,在文件的末尾加上exit即可,如:
idle.bat原代碼:
@echo offrem Start IDLE using the appropriate Python interpreterset CURRDIR=%~dp0start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9更改后代碼:
@echo offrem Start IDLE using the appropriate Python interpreterset CURRDIR=%~dp0start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9exit補充一點,樓主可以將D:\Program Files\Python33\Lib\idlelib\加入系統變量,這樣只要打開cmd輸入idle回車就可以了。已經試驗成功了,樓主放心使用!
取消
評論
總結
以上是生活随笔為你收集整理的python中的idle在哪里_python idle 的打开方式的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python处理行情数据_请教 Pyth
- 下一篇: websocket python爬虫_p