From c512c44af9c33226b7ddef918eea353e7fc4bf5b Mon Sep 17 00:00:00 2001 From: annannfryingpan Date: Wed, 10 Jan 2024 17:48:06 +0000 Subject: [PATCH] Minor: added 'Python:' to search term --- _episodes/13-ides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/13-ides.md b/_episodes/13-ides.md index 018432f1f..36492981a 100644 --- a/_episodes/13-ides.md +++ b/_episodes/13-ides.md @@ -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.