Skip to content

Commit 8cabdaa

Browse files
committed
Install debugpy as part of the python environment
1 parent e13f2e8 commit 8cabdaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install_env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22
cd "$(dirname "$0")"
33
export PIPENV_VENV_IN_PROJECT=1
4-
pipenv install
4+
pipenv install
5+
pipenv run pip install debugpy

0 commit comments

Comments
 (0)