I would like to ask a simple, and maybe a little bit strange, question. I wasn't able to find all answers on this site, so I hope I'm not making spam with this thread.
I installed Anaconda (Python 2.7 32-bit) in my Windows 7 (64-bit) on a different partition than my operating system. After installing Windows 8.1 (64-bit) I would like to keep all my scripts, environment, setting for Spyder etc. in new installation. I was thinking about "adding" existing Anaconda installation to Windows, to save myself from reinstalling everything and copying important files. Is it possible to be done in a simple way?
There are ways to add Python to registry (How to add Python to Windows registry) and system environment variables (How to add to the pythonpath in windows 7?) but, still, Anaconda installer does more (Start menu folders, icons etc.). In short words: I would like to use Anaconda installer to make everything but copying new files into existing folder.
To be honest, I think there is something wrong in my way of thinking about this so I have to ask this question - how do you move your Python installation when you install new system or reinstall old one?
My first, silly answer is: install new Anaconda and then just insert old files in a place of a newly created installation. But I'm almost sure it will lead to problems with paths and working of programs - or maybe I'm too cautious and it's actually a good way to move installation to new system?