Skip to content

PythonTutorial

zjy edited this page Aug 9, 2018 · 3 revisions

#Python

Documation

pip useGuid

docs.python.or

廖雪峰Python 2.7教程

Python tutorial

install

windows python2 / python3

set path 
    C:Python27\Scripts;C:\Python3;C:\Python3\Scripts

这里注意 先装了2 再装3的话 不用勾那个 addpath 和  launch 
不然pip3 启动不了 很奇怪 
    fatal error in launcher:unable to create process using

自己手动设置路径

    launch python / python3
           pip  / pip3

mac 自带python2

brew install python3

centos python2 系统自带

源码安装 python3
https://blog.csdn.net/chief_victo/article/details/80425431

记得ssl 一定要装 不然邮件模块有问题

centos 开启25端口解封

https://cloud.tencent.com/developer/devdocs

pip source

切换国内源工具 安装前的两个依赖可能下载不下来 自己pip3 切换源安装下

git clone https://github.com/yhangf/PyQuickInstall.git python3 setup.py install

python 环境部署管理

https://www.jianshu.com/p/eaee1fadc1e9

Clone this wiki locally