I have two linux servers, one can be connected to the Internet, and the other can't. I downloaded some libraries using pip install library
on a server that can be connected to the Internet, and I want to transfer it to another server. But how to set install paths? And how do I know which files are installed by pip? Or is there a better way to achieve this?
Thanks