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:
@@ -8,6 +8,6 @@ class VersionCommand(Command):
|
||||
summary = "Show version"
|
||||
|
||||
def run_command(self, options, args):
|
||||
logger.info(VERSION)
|
||||
logger.log(VERSION)
|
||||
|
||||
VersionCommand()
|
||||
|
||||
Reference in New Issue
Block a user