![]() |
pyenv-virtualenv for Windows 1.2
A 'pyenv' plugin to manage Python virtual environments, depending on different Python versions, for various Python projects.
|
Go to the source code of this file.
Namespaces | |
| namespace | pyenv-virtualenv |
| namespace | pyenv |
| -virtualenv-delete | |
Functions | |
| int | pyenv-virtualenv.run (argparse.Namespace args) |
| Sub routine to run the application. | |
| tuple[(argparse.Namespace, None), int] | pyenv-virtualenv.parseCliArguments1 () |
| Parse CLI arguments for this application. | |
| tuple[(argparse.Namespace, None), int] | pyenv-virtualenv.parseCliArguments2 () |
| Parse CLI arguments for this application. | |
| int | pyenv-virtualenv.displayDocumentation () |
| Display the version number and generating procedure for "pyenv-virtualenv" for Windows. | |
| int | pyenv-virtualenv.displayVersionNumber () |
| Display the version number and generating procedure for "pyenv-virtualenv" for Windows. | |
| int | pyenv-virtualenv.main () |
| Main routine of the application. | |
Utility application to create a new named virtual environment, which depends on an installed Python version.
Definition in file pyenv-virtualenv.py.