mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
Improve venv command, log and bashrc
This commit is contained in:
@@ -65,7 +65,7 @@ class UpdateCommand(Command):
|
||||
except:
|
||||
logger.error("Failed to download. `%s`" % download_url)
|
||||
sys.exit(1)
|
||||
logger.info("The config.cfg has been updated.")
|
||||
logger.log("The config.cfg has been updated.")
|
||||
|
||||
def _update_pythonbrew(self, options, args):
|
||||
if options.master:
|
||||
|
||||
Reference in New Issue
Block a user