mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 15:20:16 +00:00
Added pybrew to bashrc and Help command by default
This commit is contained in:
@@ -8,7 +8,7 @@ from pythonbrew.log import logger
|
||||
class SwitchCommand(Command):
|
||||
name = "switch"
|
||||
usage = "%prog VERSION"
|
||||
summary = "Switch to the given version of python"
|
||||
summary = "Permanently use the specified python as default"
|
||||
|
||||
def run_command(self, options, args):
|
||||
if not args:
|
||||
|
||||
@@ -8,7 +8,7 @@ from pythonbrew.log import logger
|
||||
class UseCommand(Command):
|
||||
name = "use"
|
||||
usage = "%prog VERSION"
|
||||
summary = "Using the given version of python"
|
||||
summary = "Use the specified python in current shell"
|
||||
|
||||
def run_command(self, options, args):
|
||||
if not args:
|
||||
|
||||
Reference in New Issue
Block a user