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 1f1d748 commit 5f7d971Copy full SHA for 5f7d971
scripts/onCreateCommand.sh
@@ -12,15 +12,15 @@ command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
12
source ~/.bashrc
13
14
# Install Python via pyenv .
15
-pyenv install 3.8:latest 3.9:latest 3.10:latest 3.11:latest
+pyenv install 3.8.18 3.9:latest 3.10:latest 3.11:latest
16
17
# Set default Python version to 3.8 .
18
pyenv global 3.8.18
19
20
npm ci
21
22
# Create Virutal environment.
23
-pyenv exec python3.8 -m venv .venv
+pyenv exec python -m venv .venv
24
25
# Activate Virtual environment.
26
source /workspaces/vscode-python/.venv/bin/activate
0 commit comments