1、pip问题
pip命令:查看各种python安装的包
https://blog.youkuaiyun.com/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
本文详细介绍了在Ubuntu系统中如何安装Python 3.5及pip3,并提供了GitPython 3.1.0的下载与安装步骤,包括通过命令行使用sudo apt-get install python3-pip安装pip3,以及通过git clone下载GitPython源码并进行本地安装的过程。
3742

被折叠的 条评论
为什么被折叠?



