I am creating this repository to document the steps to launch python in visual studio code. This step is needed in almost every project so I want to make sure I document it so I have something to look back at whenever I need to launch python in visual studio code.
- Download and install python in visual studio code
- Create a folder in C drive to save python
- Save python in the C drive folder that you created
- Open the cmd prompt and go to the folder created in step 2
- Only using cmd prompt create a virtual environment
- Go back to visual studio code and change the python environment
Useful Video Tutorials