mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 15:20:16 +00:00
update print log
This commit is contained in:
+1
-1
@@ -338,7 +338,7 @@ class InstallCommand(Command):
|
||||
if os.path.isfile(src) and os.path.isfile(dist):
|
||||
if filecmp.cmp(src, dist):
|
||||
unlink(src)
|
||||
print """You are already running the installed pythonbrew:
|
||||
print """You are already running the installed latest version of pythonbrew:
|
||||
|
||||
""" + dist
|
||||
sys.exit()
|
||||
|
||||
Reference in New Issue
Block a user