Start Python Project in VS code

Kepler·2021년 1월 25일
  1. Make sure to download Python extension and enable it.You will see this at the bottom of your screen if it is enabled.
  2. Set up a virtual environment by running python3 -m venv {folder_name_of_your_choice}
  3. If this pop up shows up, click YES.
  4. Activate the env by running source ./venv/bin/activate
profile
🔰

0개의 댓글