Make sure you’re ready to start the course by checking off each requirement in the checklist.
If you’re missing a step, go back and follow the requirements for your operating system.
Enter your ~/pyworkshop
directory from the terminal and start your already existing virtual environment.
$ python3 --version
Python 3.9.0
$ code --version
1.49.0
e790b931385d72cf5669fcefc51cdf65990efa5d
x64
$ cd ~/pyworkshop
$ source env/bin/activate
(env) $ code .
> cd $home
> cd pyworkshop
> env\scripts\activate
Open the Command Palette in VS Code, and type: “Python: Start REPL”
Remember, open the VS Code command palette with Cmd + Shift + P
on Mac, Ctrl + Shift + P
on Windows