The computer on which I want to install pip and modules is a secure offline environment. Only Python 2.7 is installed on this computers(centos and ubuntu). To run the source code I coded, I need another module.
But neither pip nor module is installed.
It looks like i need pip to install all of dependency files. But I don't know how to install pip offline. and i have no idea how to install the module offline without pip.
The only network connected is pypi from the my nexus3 repository.
Is there a good way?
Would it be better to install pip and install modules? Would it be better to just install the module without installing pip?