当前第2页 返回上一页
1 2 3 4 5 | @ echo off
rem Start IDLE using the appropriate Python interpreter
set CURRDIR=%~dp0
start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
exit
|
补充一点,可以将D:\Program Files\Python33\Lib\idlelib\加入系统变量,这样只要打开cmd输入idle回车就可以了。
以上就是python中的idle在哪里的详细内容,更多文章请关注木庄网络博客!!
返回前面的内容
相关阅读 >>
Python教程之select模块介绍
调试设置中的Python路径无效怎么办
Python 杨辉三角方法的实例介绍
Python中双冒号::是什么?
Python支持char吗
怎么安装Python包
Python购物车程序代码
介绍使用Python的statsmodels模块拟合arima模型
Python是如何爬取散文网的文章的?
对Python 2.7 pandas 中的read_excel详解
更多相关阅读请进入《Python》频道 >>
人民邮电出版社
python入门书籍,非常畅销,超高好评,python官方公认好书。
转载请注明出处:木庄网络博客 » python中的idle在哪里