Forrest logo
back to context overview

virtualenvwrapper

List of commands for virtualenvwrapper:

  • virtualenvwrapper:tldr:37b94 virtualenvwrapper: Activate or use a different `virtualenv`.
    $ workon ${virtualenv_name}
    try on your machine
    explain this command
  • virtualenvwrapper:tldr:55c09 virtualenvwrapper: List all virtual environments.
    $ lsvirtualenv
    try on your machine
    explain this command
  • virtualenvwrapper:tldr:659e3 virtualenvwrapper: Create a new Python `virtualenv` in `$WORKON_HOME`.
    $ mkvirtualenv ${virtualenv_name}
    try on your machine
    explain this command
  • virtualenvwrapper:tldr:6f8bc virtualenvwrapper: Get summary of all virtualenvwrapper commands.
    $ virtualenvwrapper
    try on your machine
    explain this command
  • virtualenvwrapper:tldr:a00fe virtualenvwrapper: Remove a `virtualenv`.
    $ rmvirtualenv ${virtualenv_name}
    try on your machine
    explain this command
  • virtualenvwrapper:tldr:fff07 virtualenvwrapper: Create a `virtualenv` for a specific Python version.
    $ mkvirtualenv --python ${-usr-local-bin-python3-8} ${virtualenv_name}
    try on your machine
    explain this command
back to context overview