From 65bb2f59cea686c254a5da672b38398d4f626e63 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Mon, 16 May 2016 15:11:11 +0300 Subject: [PATCH] pyton3-setuptools:fixed actions.py --- programming/language/python/python3-setuptools/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/language/python/python3-setuptools/actions.py b/programming/language/python/python3-setuptools/actions.py index 00fbc417c1..d706192645 100644 --- a/programming/language/python/python3-setuptools/actions.py +++ b/programming/language/python/python3-setuptools/actions.py @@ -17,6 +17,6 @@ def setup(): def install(): shelltools.cd("%s/python3" % get.workDIR()) pythonmodules.install(pyVer = "3") - pisitools.rename("/usr/bin/easy_install", "py3easy-install") + #pisitools.rename("/usr/bin/easy_install", "py3easy-install") #avoid python-setuptools conflict pisitools.removeDir("/usr/share")