Re: Python 3.5 for Fedora 23 in COPR

2015-11-13 Thread Abdel G . Martínez L .
Great work! 2015-11-13 7:52 GMT-05:00 Matej Stuchlik : > Hey folks, > a while ago I've created a COPR repo [0] with Python 3.5 for f23, > I haven't had any bug reports so far, so it should be OK to use. > > You can install it with: > > $ dnf copr enable -y mstuchli/Python3.5 > $ dnf install -y py

Python 3.5 for Fedora 23 in COPR

2015-11-13 Thread Matej Stuchlik
Hey folks, a while ago I've created a COPR repo [0] with Python 3.5 for f23, I haven't had any bug reports so far, so it should be OK to use. You can install it with: $ dnf copr enable -y mstuchli/Python3.5 $ dnf install -y python35-python3 Then you can use the python3.5 and pip3.5 executables.