Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Update .vscode Python interpreter path
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Aug 11, 2024
1 parent 1fe9f7f commit 8a53260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"python.defaultInterpreterPath": "${env:HOME}/workspace/python-reactjs-boilerplate/env/bin/python"
"python.defaultInterpreterPath": "${env:HOME}/workspace/python-reactjs-boilerplate/.venv/bin/python"
}

0 comments on commit 8a53260

Please sign in to comment.