Forrest logo
back to context overview

pyenv-virtualenv

List of commands for pyenv-virtualenv:

  • pyenv-virtualenv:tldr:2fe96 pyenv-virtualenv: List all existing virtual environments.
    $ pyenv virtualenvs
    try on your machine
    explain this command
  • pyenv-virtualenv:tldr:84d81 pyenv-virtualenv: Create a new Python 3.6.6 virtual environment.
    $ pyenv virtualenv ${3-6-6} ${virtualenv_name}
    try on your machine
    explain this command
  • pyenv-virtualenv:tldr:b714d pyenv-virtualenv: Activate a virtual environment.
    $ pyenv activate ${virtualenv_name}
    try on your machine
    explain this command
  • pyenv-virtualenv:tldr:b96e3 pyenv-virtualenv: Deactivate the virtual environment.
    $ pyenv deactivate
    try on your machine
    explain this command
back to context overview