Python环境搭建

Terwer...小于 1 分钟大数据开发新思路新笔记pythonenv

搭建 Python环境

Mac 和 Linux 自带 Python ,不用额外配置,开箱即用。需要注意的是 Python 分为两个主要大版本, Python2 和 Python3 。现在推荐实用的是 Python3 ,不过有很多优秀类库是用 Python2 写的。

➜  ~ python -V
Python 2.7.16
➜  ~ python3 -V
Python 3.7.3

Hello World

print('Hello World!')
评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.14.9