Forked from Slither Init python bash command # for ubuntu user 'sudo apt-get install python3-venv' python3 -m venv .venv source .venv/bin/activate # deactive venv deactivate