Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
Correct pip incantation needed to upgrade setuptools on CentOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Feb 1, 2017
1 parent 01539e0 commit 181d64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ez_setup.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def _conflict_bail(VC_err, version):
The required version of setuptools (>={version}) is not available,
and can't be installed while this script is running. Please
install a more recent version first, using
'pip install --upgrade setuptools'.
'pip install six packaging appdirs; pip install --upgrade setuptools'.
(Currently using {VC_err.args[0]!r})
""")
Expand Down

0 comments on commit 181d64d

Please sign in to comment.