Anaconda 4.3, 64-bit (python 3.6), Leaves Incorrect Truncated Paths In Windows Start Menu
Solution 1:
Looks like this was fixed in the newest build of anaconda (4.3.0 .1). Unfortunately looks like it requires uninstall and reinstall as the locations seems to have changed drastically (from some subsubsub folder off of AppData to something higher up, under user directory). (But that might be the effect of testing 4.3.0.1 on a different machine.) For example, ipython is now: C:\Users\user_name\Anaconda3\python.exe C:\Users\user_name\Anaconda3\cwp.py C:\Users\user_name\Anaconda3 "C:/Users/user_name/Anaconda3/python.exe" "C:/Users/user_name/Anaconda3/Scripts/ipython-script.py"
Here is changelog for 4.3.0.1: In this “micro” patch release, we fixed a problem with the Windows installers which was causing problems with Qt applications when the install prefix exceeds 30 characters. No new Anaconda meta-packages correspond to this release (only new Windows installers).
Post a Comment for "Anaconda 4.3, 64-bit (python 3.6), Leaves Incorrect Truncated Paths In Windows Start Menu"