Is there a way (list of manual steps) to migrate 3rd party modules installed in one python installation on one machine to another machine?
This would be of great help to me because I have installed the list of 3rd party modules in one of my machines (using pip
tool) and I want to migrate this setup to another machine where I cannot install using pip
(due to network restrictions).