Skip to content

Commit 9f4e07e

Browse files
committed
Merge branch 'development' into alex_sys_settings
2 parents 518a7ee + 669fc21 commit 9f4e07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Create venv if not already present
22
if [ ! -d "venv" ]; then
3-
python3 -m pip install virtualenv
4-
python3 -m virtualenv venv
3+
python3 -m pip install venv
4+
python3 -m venv venv
55
fi
66

77
# Activate the desired venv

0 commit comments

Comments
 (0)