My scenario is I have two laptops with fresh installation of windows. Now I use both of them for programming.
So, lets suppose I install various python modules/packages in one of the laptop. So is there a way I can clone this complete python setup on my other laptop. The reason for this is my internet connection currently is very slow so I don't want to download the same module or packages twice and than install them again.
I know I can download the modules in zip file, transfer them on other and than run python setup.py install but I am going to use pip to install modules.
Anyways, I was wondering if cloning of python setup is possible.