Pypi Repo for airgap env Letโ€™s take as an example py dependencies for Netbox # Tools needed dnf install -y python3.11 pip install --upgrade pip setuptool python-pypi-mirror twine # init mirror python3.11 -m venv mirror mkdir download # Get list of Py packages needed curl...

Package with pip3 pip3 freeze netaddr > requirements.txt pip3 download -r requirements.txt -d wheel mv requirements.txt wheel tar -zcf wheelhouse.tar.gz wheel tar -zxf wheelhouse.tar.gz pip3 install -r wheel/requirements.txt --no-index --find-links wheel Package with Poetry curl -sSL https://install.python-poetry.org...