mingw 设置python 设置git环境变量

1.python路径设置:

安装python 比如目录:C:\Python27

假如mingw安装C盘根目录下的话,进入下面目录:C:\MinGW\msys\1.0\etc

找到 fstab 文件修改如下:

C:/MinGW     /mingw

C:/Python27             /python

然后配置profile文件:

if [ $MSYSTEM == MINGW32 ]; then
export PATH=".:/usr/local/bin:/mingw/bin:/bin:/python:$PATH"
else
export PATH=".:/usr/local/bin:/bin:/mingw/bin:/python:$PATH"
fi

-----------------------------------

2.git路径设置:

git下载地址:https://git-scm.com/download/win 

假如git安装目录:C:\Program Files\Git

则设置profile文件(添加如下两句):

export PATH="/c/Program Files/Git/bin:${PATH}"
export PATH="/c/Program Files/Git/mingw64/libexec/git-core:${PATH}"

--------

备注:其中git 设置的第一条是必须的,第二条也可以设置上。

=====================================================

参考:

https://blog.csdn.net/zxng_work/article/details/78515486

https://blog.csdn.net/chinabinlang/article/details/39005455

https://stackoverflow.com/questions/5885393/using-msysgit-from-mingw-and-vice-versa

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值