Python Forum
Virtual Environment (using VS Code)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Virtual Environment (using VS Code)
#2
I use the following method for a new project:

  1. Create a new directory and make cwd
  2. create the virtual directory I use: python -m venv 'Virtual project name'
  3. You can activate virtual environment inside of VSCode:
    • Ctrl/Shift/P
    • click on select interpreter
    • choose your newly created virtual environment (will be remembered, for all code in project)
  4. when using python from command line, start virtual environment as follows:
    1. Set cwd to top directory of project
    2. Issue command (Linux) . ./venv/bin/activate
Reply


Messages In This Thread
Virtual Environment (using VS Code) - by Ashcora - Feb-14-2023, 11:29 AM
RE: Virtual Environment (using VS Code) - by Larz60+ - Feb-14-2023, 11:56 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need help setting up trusted root ca in virtual environment dstempfley 0 182 May-31-2024, 03:14 PM
Last Post: dstempfley
  Help with creating folder and "virtual environment" AudunNilsen 1 351 Mar-21-2024, 04:41 AM
Last Post: deanhystad
  Installing python packages in a virtual environment Led_Zeppelin 1 931 Aug-15-2023, 08:18 PM
Last Post: deanhystad
  Problem with virtual environment standenman 2 1,117 Feb-23-2023, 07:09 PM
Last Post: standenman
  Virtual Environments - Organization (VS Code) JaysonWonder 11 2,133 Jan-26-2023, 11:34 PM
Last Post: Larz60+
  How do I link the virtual environment of that project to the 3.9.2 version of python? Bryant11 1 1,486 Feb-26-2022, 11:15 AM
Last Post: Larz60+
  Project structure with a virtual environment gdbengo 1 1,579 Jan-26-2022, 03:22 PM
Last Post: snippsat
  Virtual environment path? Led_Zeppelin 1 2,424 Jul-22-2021, 01:40 PM
Last Post: snippsat
  virtual environment heye 4 2,623 Jul-04-2021, 06:47 AM
Last Post: ndc85430
  VS Code debugger using wrong Python environment topfox 0 2,638 Jun-09-2021, 10:01 AM
Last Post: topfox

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020