码迷,mamicode.com
首页 > 编程语言 > 详细

Python环境搭建

时间:2019-06-30 00:19:59      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:file   org   tps   get   命令   files   href   windows   令行   

1、Python适用于多平台,如:Linux、Windows、Mac OS X。

2、Python下载地址:https://www.python.org/

3、Python安装:略

4、Python添加环境变量:将Python的安装路径D:\Program Files\Python\Python37\添加到PATH环境变量中。

5、运行Python:

5.1、Windows:使用Python自带的交互式解释器(IDLE)或者命令行窗口执行:python。

5.2、Linux:命令行执行:python。

5.3、使用ipython

5.3.1、Windows安装ipython:命令行窗口执行pip install ipython。

Python环境搭建

标签:file   org   tps   get   命令   files   href   windows   令行   

原文地址:https://www.cnblogs.com/wbz-blogs/p/11108100.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!