Remove venv setup

This commit is contained in:
emisargent 2023-02-10 21:24:49 +00:00
parent 6f14ad76ce
commit 8f6eab7879
2 changed files with 1 additions and 7 deletions

View file

@ -7,10 +7,6 @@ if [ ! git remote | grep -q "fork" ]; then
git remote add fork https://github.com/${GIT_USER}/flask
fi
# Create and activate a virtualenv
python3 -m venv .venv
. .venv/bin/activate
# Upgrade pip and setuptools
python -m pip install --upgrade pip setuptools