Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 612 Bytes

readme.md

File metadata and controls

30 lines (19 loc) · 612 Bytes

Install Python Library

  • Run CMD
  • Move to the folder Scripts path at the location of a specific Python version
cd C:\Users\..\AppData\Local\Programs\Python\Python311\Scripts
  • pip install <module>

Select Interpreter on VS Code

  • Press shortcut Ctrl + Shift + P

Run file Python by CMD/Terminal

  • Change the path to the Python file: cd D:\..\..\hello.py
  1. Default (Run the lastest Python version on your PC):
python hello.py
  1. Decide which version to run:
C:\Users\..\AppData\Local\Programs\Python\Python311\python.exe hello.py