COMMANDS
- install <version>
- Build and install the given version of python.
Install setuptools and pip automatically.- switch <version>
- Permanently use the specified python as default.
- use <version>
- Use the specified python in current shell.
- py <python file>
- Runs a named python file against specified and/or all pythons.
- list
- List the installed all pythons.
- list -k <version>
- List the available install pythons.
- uninstall <version>
- Uninstall the given version of python.
- cleanup
- Remove stale source folders and archives.
- update
- Upgrades pythonbrew to the latest version.
- off
- Disable pythonbrew.
- symlink
- Create/Remove a symbolic link to python (in a directory on your $PATH)
- buildout
- Runs the buildout with specified or current using python.
- venv
- Create isolated python environments (uses virtualenv)
- version
- Show version.
- See more details below
- pythonbrew help <command>