From f47321f7925f8eeb83ebb943096ab4786ad8f021 Mon Sep 17 00:00:00 2001 From: linuxdaemon Date: Sun, 14 Apr 2024 22:36:43 +0000 Subject: [PATCH] Fix python path in dev container --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 16925f7..05469a6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -37,7 +37,7 @@ "redhat.vscode-yaml" ], "settings": { - "python.pythonPath": "~/.virtualenvs/py-irclib/bin/python", + "python.defaultInterpreterPath": "~/.virtualenvs/py-irclib/bin/python", "python.testing.pytestArgs": ["--no-cov"], "terminal.integrated.profiles.linux": { "zsh": {