Skip to main content

Python3 VENV

apt update && apt install -y python3.12-venv
python3 -m venv sectigo
source sectigo/bin/activate

deactivate