first commit
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf .venv
|
||||
python3 -m venv .venv
|
||||
source $(pwd)/.venv/bin/activate
|
||||
echo "Activate virtual environment .venv"
|
||||
echo "PIP path: $(command -v pip)"
|
||||
|
||||
pip install -U pip wheel setuptools
|
||||
pip install -r $1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user