Moving Python installation folder does not update ipython paths
问题 I moved my Python 2.7 installation from C:\Python to D:\Python by simply moving the folder (I understand there are other ways to do this). When running D:\Python\python.exe , I can import system libraries and run things without any issues. However, I cannot run D:\Python\Scripts\ipython.exe. I get the following error: Fatal error in launcher: Unable to create process using '"C:\Python\python.exe" "D:\Python\Scripts\ipython.exe" ' It seems that ipython is aware of its original installation