Skip to content

Commit

Permalink
Fix python path in dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Apr 14, 2024
1 parent 17cdff2 commit f47321f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit f47321f

Please sign in to comment.