Skip to content

Commit 2892440

Browse files
committed
tutorials/dev/tools/vscode: add python3-venv note
On Ubuntu, the `venv` package is not installed by default even though it is part of the standard library.
1 parent 99f7b8b commit 2892440

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tutorials/dev/tools/vscode/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ To use Pylance, you will need [Python] installed on your computer. You can
4646
install Python from the [official site][py-dl], or using your favorite package
4747
manager. On Linux, Python is most likely already installed.
4848

49+
On Ubuntu, you will also need to ensure the `venv` package is installed.
50+
51+
sudo apt install python3-venv
52+
4953
Then follow the link above or search for "Pylance" in the *Extensions* in VS Code
5054
and click *Install* to install the *Pylance* extension.
5155

0 commit comments

Comments
 (0)