About 400 results
Open links in new tab
  1. 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 installed in the system …

  2. 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 doesn’t …

  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. 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.

  5. CLI interface - virtualenv

    virtualenv is primarily a command line application. It modifies the environment variables in a shell to create an isolated Python environment, so you’ll need to have a shell to run it.

  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. 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, there is only one …

  8. User Guide — virtualenv 20.0.3 documentation - Python

    A longer explanation of this can be found within Allison Kaptur’s 2013 blog post: There’s no magic: virtualenv edition explains how virtualenv uses bash and Python and PATH and PYTHONHOME to …

  9. Reference Guide — virtualenv 16.7.9 documentation - Python

    virtualenv supports creating virtual environments from within another one (the sys.real_prefix variable allows virtualenv to locate the “base” environment) but stdlib-style venv environments don’t use that …

  10. CLI interface - virtualenv

    virtualenv is primarily a command line application. It modifies the environment variables in a shell to create an isolated Python environment, so you’ll need to have a shell to run it.