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" } } },