We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13f2e8 commit 8cabdaaCopy full SHA for 8cabdaa
install_env.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
cd "$(dirname "$0")"
3
export PIPENV_VENV_IN_PROJECT=1
4
-pipenv install
+pipenv install
5
+pipenv run pip install debugpy
0 commit comments