简体   繁体   中英

parallel installation of another python version in Linux(RHEL)

In my RHEL linux python 2.6 is installed. I want to do a parallel installation of python 2.7 along with pip. Could you please guide me in right direction.

Use Red Hat Software Collections - http://developers.redhat.com/products/softwarecollections/overview/ . This is exactly for parallel install of newer versions. For Python, there's 2.7 and 3.4 (maybe 3.3 too - I've forgotten). Other stuff too. HTH.

And - it's part of RHEL subscription. It's still Yum install, but a bit different. Here are the steps for Python 3.4, but you can follow for 2.7: http://developers.redhat.com/products/softwarecollections/get-started-rhel7-python/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM