Skip to content

Commit f347462

Browse files
committed
Remove command that fails because venv is not a pip installable package
1 parent ab8dd65 commit f347462

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev-setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Create venv if not already present
22
if [ ! -d "venv" ]; then
3-
python3 -m pip install venv
43
python3 -m venv venv
54
fi
65

0 commit comments

Comments
 (0)