Building on the project structure from Day 1, enter your ~/pyworkshop
directory, and start your already existing virtual environment.
Windows:
> cd $home
> cd pyworkshop
> env\scripts\activate
Mac:
$ cd ~/pyworkshop
$ source env/bin/activate
If VS Code isn’t already open, type the following in the same PowerShell or Terminal window where you activated your virtual environment.
$ code .
Open the Command Palette in VS Code, and type: “Python: Start REPL”
Remember, open the VS Code command palette (cmd + shift + P on Mac, ctrl + shift + P on Windows) and