tools/setup-evt.sh

9 lines
301 B
Bash
Executable File

#!/bin/bash
sudo apt install -y python3.8 python3.8-dev python3.8-venv python3-pip git
#sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 38
deactivate 2>/dev/null
python -m venv venv && \
source venv/bin/activate && \
chmod 775 ./evt && \
pip3 install gitpython simplejson