About 600 results
Open links in new tab
  1. Python - virtualenv

    In all these cases, virtualenv can help you. It creates an environment that has its own installation directories, that doesn’t share libraries with other virtualenv environments (and optionally …

  2. User Guide - virtualenv

    This is only available on Python interpreters having version 3.5 or later, and also has the downside that virtualenv must create a process to invoke that module (unless virtualenv is …

  3. Installation - virtualenv

    virtualenv is a CLI tool that needs a Python interpreter to run. If you already have a Python 3.7+ interpreter the best is to use pipx to install virtualenv into an isolated environment.

  4. User Guide — virtualenv 20.0.3 documentation - Python

    At the moment virtualenv offers only CLI level interface. If you want to trigger invocation of Python environments from within Python you should be using the virtualenv.cli_run method; this takes …

  5. CLI interface - virtualenv

    You can type in virtualenv (name of the application) followed by flags that control its behavior. All options have sensible defaults, and there’s one required argument: the name/path of the …

  6. Installation - virtualenv

    virtualenv is a CLI tool that needs a Python interpreter to run. If you already have a Python 3.5+ interpreter the best is to use pipx to install virtualenv into an isolated environment.

  7. Installation — virtualenv 20.2.0 documentation - Python

    virtualenv is a CLI tool that needs a Python interpreter to run. If you already have a Python 3.5+ interpreter the best is to use pipx to install virtualenv into an isolated environment.

  8. User Guide — virtualenv 16.7.9 documentation - Python

    Using Virtualenv without bin/python ¶ Sometimes you can’t or don’t want to use the Python interpreter created by the virtualenv. For instance, in a mod_python or mod_wsgi environment, …

  9. Virtualenv — virtualenv 16.7.9 documentation - Python

    Feb 4, 2020 · virtualenv is a tool to create isolated Python environments. Since Python 3.3, a subset of it has been integrated into the standard library under the venv module.

  10. Installation — virtualenv 16.7.9 documentation - Python

    See your distribution’s package manager documentation for instructions on using it to install virtualenv. Using pip install --user is less hazardous but can still cause trouble within the …