Re: [CentOS] Python 3.x on Centos 7

2017-03-29 Thread Matt
On a related note I need SNMP support to do snmpget and snmpset to devices with Python3. Is there an easy way to get that without breaking anything also? On Fri, Mar 24, 2017 at 1:04 PM, John R Pierce wrote: > On 3/24/2017 6:52 AM, Matt wrote: >>> >>> # yum install

Re: [CentOS] Python 3.x on Centos 7

2017-03-24 Thread Andrew Holway
I much prefer the Anaconda distribution of Python3. It installs for a single user and is completely self contained. Also much more recent versions are available: https://www.continuum.io/downloads On 24 March 2017 at 00:16, Matt wrote: > Is there a way to install

Re: [CentOS] Python 3.x on Centos 7

2017-03-24 Thread John R Pierce
On 3/24/2017 6:52 AM, Matt wrote: # yum install python34 I already have epel installed. If it breaks something is it as simple as yum erase python34 to restore everything back to normal? be pretty hard to break anything, it installs... /usr/bin/python3 /usr/bin/python3.4 and puts all the

Re: [CentOS] Python 3.x on Centos 7

2017-03-24 Thread Gordon Messmer
On 03/24/2017 06:52 AM, Matt wrote: I already have epel installed. If it breaks something is it as simple as yum erase python34 to restore everything back to normal? Consider using "yum history undo" or "yum history revert" to remove dependencies as well.

Re: [CentOS] Python 3.x on Centos 7

2017-03-24 Thread Pete Biggs
On Fri, 2017-03-24 at 08:52 -0500, Matt wrote: > > # yum install python34 > > I already have epel installed. If it breaks something is it as simple > as yum erase python34 to restore everything back to normal? > If it's in epel it will have been tested with RHEL/CentOS so shouldn't break

Re: [CentOS] Python 3.x on Centos 7

2017-03-24 Thread Matt
> # yum install python34 I already have epel installed. If it breaks something is it as simple as yum erase python34 to restore everything back to normal? On Thu, Mar 23, 2017 at 6:27 PM, Christian, Mark wrote: > On Thu, 2017-03-23 at 18:16 -0500, Matt wrote: >> Is

Re: [CentOS] Python 3.x on Centos 7

2017-03-23 Thread Christian, Mark
On Thu, 2017-03-23 at 23:27 +, Christian, Mark wrote: > On Thu, 2017-03-23 at 18:16 -0500, Matt wrote: > > > > Is there a way to install Python 3.x on Centos 7.x without breaking > > anything that depends on an older version of Python?  > Yes. > # yum install python34 I should have mentioned

Re: [CentOS] Python 3.x on Centos 7

2017-03-23 Thread Paul Heinlein
On Thu, 23 Mar 2017, Matt wrote: Is there a way to install Python 3.x on Centos 7.x without breaking anything that depends on an older version of Python? This server is a minimal Centos 7 install that primarily runs a simple LAMP setup. yum install centos-release-scl yum search rh-python35

Re: [CentOS] Python 3.x on Centos 7

2017-03-23 Thread Christian, Mark
On Thu, 2017-03-23 at 18:16 -0500, Matt wrote: > Is there a way to install Python 3.x on Centos 7.x without breaking > anything that depends on an older version of Python?  This server is a > minimal Centos 7 install that primarily runs a simple LAMP setup. Yes. # yum install python34 >

Re: [CentOS] Python 3.x on Centos 7

2017-03-23 Thread Hal Wigoda
Yes. Just don't delete 2.x version (Sent from iPhone, so please accept my apologies in advance for any spelling or grammatical errors.) > On Mar 23, 2017, at 6:16 PM, Matt wrote: > > Is there a way to install Python 3.x on Centos 7.x without breaking > anything