From cb8471aa1d352d6d82ce00d9078f6751bbf42f17 Mon Sep 17 00:00:00 2001 From: Mikael Mortensen Date: Tue, 18 Jun 2024 11:56:09 +0200 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 533cbcab..7e7f9a94 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,8 +14,8 @@ "ms-python.python" ], "settings": { - "python.pythonPath": "/opt/conda/envs/shenfun/bin/python", - "python.defaultInterpreterPath": "/opt/conda/envs/shenfun/bin/python" + "python.pythonPath": "/opt/conda/envs/shenfun", + "python.defaultInterpreterPath": "/opt/conda/envs/shenfun" } } },