Vs code: Difference between revisions

From wikiluntti
Line 9: Line 9:
<code>
<code>
C:\Users\user\AppData\Local\Programs\Python\Python313\python.exe  
C:\Users\user\AppData\Local\Programs\Python\Python313\python.exe  
<code>
</code>


Install packages
Install packages

Revision as of 12:59, 15 May 2026

Introduction

Python and virtual environment

  1. Open a Python file
  2. Check the Status Bar to see which environment is active
  3. To switch environments, select the environment control in the Status Bar

Python works on C:\Users\user\AppData\Local\Programs\Python\Python313\python.exe

Install packages

C:\Users\user\AppData\Local\Programs\Python\Python313\python.exe -m pip install --upgrade pip pip install opencv2-python