mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
Describe the 'symlink' command better
This commit is contained in:
+2
-2
@@ -81,9 +81,9 @@ Disable pythonbrew::
|
||||
|
||||
pythonbrew off
|
||||
|
||||
Create/Remove a symbolic link to python::
|
||||
Create/Remove a symbolic link to python (in a directory on your $PATH)::
|
||||
|
||||
pythonbrew symlink # Create a symbolic link, like "py2.5.5"
|
||||
pythonbrew symlink # Create a symbolic link, like "py2.5.5", for each installed version
|
||||
pythonbrew symlink -p 2.5.5
|
||||
pythonbrew symlink pip # Create a symbolic link to the specified script in bin directory
|
||||
pythonbrew symlink -r # Remove a symbolic link
|
||||
|
||||
@@ -7,7 +7,7 @@ from pythonbrew.log import logger
|
||||
class SymlinkCommand(Command):
|
||||
name = "symlink"
|
||||
usage = "%prog [OPTIONS] [SCRIPT]"
|
||||
summary = "Create/Remove a symbolic link"
|
||||
summary = "Create/Remove a symbolic link on your $PATH"
|
||||
|
||||
def __init__(self):
|
||||
super(SymlinkCommand, self).__init__()
|
||||
|
||||
Reference in New Issue
Block a user