Skip to content

Commit

Permalink
update addons/python27_install.sh
Browse files Browse the repository at this point in the history
remove old python-tools before install
  • Loading branch information
centminmod committed May 8, 2016
1 parent 77b68e9 commit 1a6003b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/python27_install.sh
Expand Up @@ -156,6 +156,7 @@ cecho "Installing Python 2.7" $boldgreen
cecho "*************************************************" $boldgreen

# install Python 2.7 besides system default Python 2.6
yum -y remove python-tools
yum -y install python27 python27-devel python27-pip python27-setuptools python27-virtualenv python27-tools --enablerepo=ius

rpm -ql python27 python27-devel python27-pip python27-setuptools python27-virtualenv python27-tools tkinter27 | grep bin
Expand Down

0 comments on commit 1a6003b

Please sign in to comment.