1、pip问题
pip命令:查看各种python安装的包
https://blog.csdn.net/sinat_33718563/article/details/90322609
https://gitpython.readthedocs.io/en/stable/intro.html#getting-started
https://github.com/gitpython-developers/GitPython/tree/3.1.0
https://www.jianshu.com/p/758b592387d1
https://github.com/sdispater/pendulum/issues/187
https://gitpython.readthedocs.io/en/stable/intro.html#getting-started
ubuntu上安装python3.5,pip3,Gitpython
1、用python3.5安装pip3:
sudo apt-get install python3-pip
https://www.cnblogs.com/qiang-upc/p/11232630.html
2、下载GitPython 3.1.0
git clone git@github.com:gitpython-developers/GitPython.git
3、进入GitPython工程,安装GitPython
python3 setup.py install