wohali commented on a change in pull request #1639: Switch to python 3
URL: https://github.com/apache/couchdb/pull/1639#discussion_r233965858
##########
File path: README-DEV.rst
##########
@@ -70,14 +67,14 @@ Gentoo-based Systems
sudo emerge gnupg coreutils pkgconfig help2man sphinx python
sudo pip install hypothesis requests nose
-RedHat-based (Fedora, Centos, RHEL) Systems
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Centos 7 and RHEL 7
+~~~~~~~~~~~~~~~~~~~
::
sudo yum install help2man python-sphinx python-docutils \
- python-pygments gnupg nodejs npm python-nose python-requests \
- python-hypothesis
+ python-pygments gnupg nodejs npm python34-pip python-virtualenv
Review comment:
Same problem as above. You're going to have to be careful though:
https://pkgs.org/download/python-nose
the package name changes depending on the version of python that ships with
that release AND it requires a custom repo. Might be easier to use a global
`pip` or `pip3` here - you'll need to see what the distro calls it at the CLI.
Sorry about that.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services