Skip to content

Commit 3fd02aa

Browse files
committed
Selected Python version in VSCODE also applies in internal Terminal
1 parent d49e3ef commit 3fd02aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The virtual environment will be located in the project directory under `.venv` (
7575
When in the root of the project, you can run `pipenv shell` to activate the virtual environment associated with the project. Any `quarto` command should then use the correct python environment.
7676
You can also run `pipenv run quarto ...` to run the `quarto` command in the virtual environment without activating it.
7777

78-
Inside VSCODE, The Python extension should find the same Python version (e.g. Python > Select Interpreter) which Quarto Preview uses.
78+
Inside VSCODE, The Python extension should find the same Python version (e.g. Python > Select Interpreter) which Quarto Preview uses. As this extension integrates also in the terminal, it should use the same Python version in the terminal as well without needing to use `pipenv shell` or `pipenv run`.
7979

8080
If you are adding a new document that may use a new package, follow these steps:
8181

0 commit comments

Comments
 (0)