About 7,650 results
Open links in new tab
  1. Use different Python version with virtualenv - Stack Overflow

    Oct 8, 2009 · If you have multiple versions of Python on your system, you can select a specific Python version by running python3 or whichever version you want. To create a virtual …

  2. Python venv: How To Create, Activate, Deactivate, And Delete

    Aug 23, 2024 · There are several ways to create a Python virtual environment, depending on the Python version you are running. Before you read on, I want to point you to two other tools, …

  3. Upgrade Python virtual Environment to latest Version

    Feb 16, 2024 · Upgrading your Python virtual environment to the latest version is crucial for staying current with the Python ecosystem. Following these steps ensures a seamless …

  4. How to Use Different Python Versions With Virtualenv - Squash

    Nov 2, 2023 · With the virtual environment activated, you can now install a different version of Python. You can specify the Python version during the creation of the virtual environment by …

  5. Python environments in VS Code - Visual Studio Code

    To create local environments in VS Code using virtual environments or Anaconda, you can follow these steps: open the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)), search for the …

  6. venv — Creation of virtual environments — Python 3.13.3 …

    1 day ago · Deprecated since version 3.6, removed in version 3.8: pyvenv was the recommended tool for creating virtual environments for Python 3.3 and 3.4, and replaced in 3.5 by executing …

  7. User Guide - virtualenv - Python

    Virtualenv has one basic command: This will create a python virtual environment of the same version as virtualenv, installed into the subdirectory venv. The command line tool has quite a …

  8. Creating Python Virtual Environment on Windows 11

    Jan 20, 2024 · Venv is a lightweight built-in module in Python 3.3 and later versions for creating virtual environments requiring no installation. my_env is the name of the virtual environment. …

  9. How to Create a Python Virtual Environment with virtualenv

    Jun 13, 2024 · To create a virtual environment with Python 3.11, use the following command and specify the path to the version of Python you want to use: virtualenv -p /path/to/python3.11 …

  10. How to Manage Multiple Python Versions with pyenv: A …

    Apr 15, 2025 · Now, you can create a virtual environment using a specific Python version: pyenv virtualenv 3.8.10 myenv Step 3: Activate the Virtual Environment. To activate the virtual …

  11. Some results have been removed
Refresh