We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f7b8b commit 2892440Copy full SHA for 2892440
tutorials/dev/tools/vscode/index.md
@@ -46,6 +46,10 @@ To use Pylance, you will need [Python] installed on your computer. You can
46
install Python from the [official site][py-dl], or using your favorite package
47
manager. On Linux, Python is most likely already installed.
48
49
+On Ubuntu, you will also need to ensure the `venv` package is installed.
50
+
51
+ sudo apt install python3-venv
52
53
Then follow the link above or search for "Pylance" in the *Extensions* in VS Code
54
and click *Install* to install the *Pylance* extension.
55
0 commit comments