update print log

This commit is contained in:
utahta
2010-10-24 22:18:14 +09:00
parent ed8932dd4e
commit a287dde8e9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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()