Skip to content

Commit 2cc1d6d

Browse files
committed
Minor changes to the develop.sh script
1 parent c3d2214 commit 2cc1d6d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/develop.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ check_for_python3
4444
check_for_poetry
4545

4646
set -x
47-
poetry run pip install -r requirements.txt
4847
poetry install
4948

5049
{ set +x; } 2>/dev/null
5150
echo ""
52-
echo "Virtual environment interpreter installed at:"
53-
poetry run python -c "import sys; print(sys.executable)"
51+
echo "Virtual environment interpreter details:"
52+
poetry env info

0 commit comments

Comments
 (0)