macOS安装Python

目录

首先你需要打开 Python的官网进行下载,点击 Latest Python 3 Release - Python 3.7.3 进行下载:

install on windows

下载完成之后一路下一步,注意其中有一节需要点击 Add Python To PATH,把它勾上。

install on windows step 1 install on windows step 2 install on windows step 3 install on windows step 4 install on windows step 5 install on windows step 6

在cmd窗口输入 python --version 如果打印出了Python的版本是 3.x 那么就是ok的!

$ python --version
Python 3.6.0


更多文章
  • Golang runtime 源码阅读与分析
  • Golang的一些坑
  • GC 垃圾回收
  • 设计一个路由
  • Go语言性能优化实战
  • 那些年开发的时候踩过的坑
  • (关系型)数据库优化总结
  • 动态规划民科教程
  • Golang 分布式异步任务队列 Machinery 教程
  • 使用geohash完成地理距离计算
  • 2018年就要到了,这一年都做了什么呢?
  • 算法导论阅读笔记 --- 排序算法
  • 短链系统的实现
  • Git HTTPS 如何保存密码
  • 程序员修炼之道 阅读笔记