Skip to content

Commit

Permalink
Minor: added 'Python:' to search term
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnAnnFryingPan committed Jan 10, 2024
1 parent 5c35ddb commit c512c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/13-ides.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ and add it as the most likely option (as it is located within the current projec
But it is better to explicitly select an interpeter for your project,
to do this follow these steps:
1. Press `Command-Shift-P` (on Mac) or `Control-Shift-P` (on Windows or Linux) to bring up the VS Code Command Palette
2. Search for `select interpreter` and select it
2. Search for `Python: select interpreter` and select it
3. This will display a drop-down list of options, select `+ Enter interpreter path...`
4. Click on `Find...` and browse in the pop-up window to select the path to the `python` binary file held in the `./venv/bin/` directory.

Expand Down

0 comments on commit c512c44

Please sign in to comment.