logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Python Virtual Environments - pyenv-virtualenv | Online Free DevTools by Hexmos

Create Python virtual environments instantly with pyenv-virtualenv. Manage dependencies and isolate projects with ease. Free online tool, no registration required.

pyenv-virtualenv

Create virtual environments based on one’s installed Python distributions. More information: https://github.com/pyenv/pyenv-virtualenv.

  • Create a new Python 3.6.6 virtual environment:

pyenv virtualenv {{3.6.6}} {{virtualenv_name}}

  • List all existing virtual environments:

pyenv virtualenvs

  • Activate a virtual environment:

pyenv activate {{virtualenv_name}}

  • Deactivate the virtual environment:

pyenv deactivate

See Also