Initialize IKT218 2026 OSDEV Base
This commit is contained in:
11
.github/web/venv.sh
vendored
Normal file
11
.github/web/venv.sh
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
DIR=venv
|
||||
if [ -d "$DIR" ];
|
||||
then
|
||||
echo "$DIR directory exists."
|
||||
else
|
||||
echo "$DIR directory does not exist."
|
||||
python3 -m venv $DIR
|
||||
fi
|
||||
|
||||
source $DIR/bin/activate
|
||||
Reference in New Issue
Block a user