There are no internet connection in serverA therefore I need to transfer files to serverA by downloading packages or files from serverB
I've downloaded python3.7.13(XZ compressed source tarball) from official python website (www.python.org/download/) then transfered it to serverB.
Installed successfully however cannot create venv with pip. It is same problem as How to install python3.7 and create a virtualenv with pip on Ubuntu 18.04?
Answer from the question is running sudo apt install python3.7 python3-venv python3.7-venv
Since I do not have internet connection I need to download those python3.7, python3-venv, python3.7-venv files from serverA then transfer it. Is this the correct way to approach the problem? If yes, where could I download those files (.deb files)