Update install.md

pull/417/head
假想控 2017-04-04 20:16:40 +08:00 committed by GitHub
parent 194a698372
commit f06cf887e1
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ $ mv /usr/bin/python /usr/bin/python.bak
$ which python2.7
/data/server/python27/bin/python2.7
$ ln -s /data/server/python27/bin/python2.7 /usr/bin/python
$python
Python 2.7.13
```
设置yum默认python用2.6:
```