mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
added use command. added some functions to bashrc.
This commit is contained in:
@@ -55,7 +55,6 @@ class UpdateCommand(Command):
|
||||
s.check_call('%s %s/pythonbrew_install.py --upgrade' % (sys.executable, extract_dir))
|
||||
except:
|
||||
logger.error("Failed to update pythonbrew.")
|
||||
raise
|
||||
sys.exit(1)
|
||||
logger.info("The pythonbrew has been updated.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user