diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 726bb75b..8c8fbce8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,7 +21,7 @@ "editor.rulers": [120] }, "editor.formatOnSave": true, - "python.pythonPath": "/usr/local/bin/python", + "python.pythonPath": "/usr/bin/python", "python.linting.pylintEnabled": true, "python.formatting.provider": "black", "python.linting.flake8Enabled": true,