issues when buidling python3.* on centos 7

Michael Torrie torriem at gmail.com
Mon Mar 26 22:07:53 EDT 2018


On 03/25/2018 10:15 AM, joseph pareti wrote:
> The following may give a clue because of inconsistent python versions:
> 
> [joepareti54 at xxx ~]$ python -V
> Python 3.5.2 :: Anaconda 4.3.0 (64-bit)

What does 'which python' return?  As Joseph said, hopefully you didn't
overwrite /usr/bin/python with Python 3.5.  If you did, you're hosed.
You'll probably have to reinstall.  Python 2.7 is required by just about
everything on CentOS 7.

If you want to use Python 3.4, install it via Software Collections
Library.  https://www.softwarecollections.org/en/

To use SCL, you'll need a working yum, though, so after you reinstall
give it a try.



More information about the Python-list mailing list