Merge branch 'main' into dependabot/npm_and_yarn/quiz-app/eventsource-1.1.1

pull/380/head
Jim Bennett 3 years ago committed by GitHub
commit ccd2c937b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -269,7 +269,7 @@ Write the server code.
1. Launch a new VS Code Terminal by selecting *Terminal -> New Terminal, or pressing `` CTRL+` ``. The new terminal will load the virtual environment, with the call to activate this appearing in the terminal. The name of the virtual environment (`.venv`) will also be in the prompt: 1. Launch a new VS Code Terminal by selecting *Terminal -> New Terminal, or pressing `` CTRL+` ``. The new terminal will load the virtual environment, with the call to activate this appearing in the terminal. The name of the virtual environment (`.venv`) will also be in the prompt:
```output ```output
➜ nightlight source .venv/bin/activate ➜ nightlight-server source .venv/bin/activate
(.venv) ➜ nightlight (.venv) ➜ nightlight
``` ```

Loading…
Cancel
Save