Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is uninstall/reinstall the best way to update PyCharm on Windows 7?

When I open PyCharm I get a nag that I need to update. So I followed the link and found that it lead to a download of a new version. Fine. I downloaded it and started the installation wizard expecting to find an "Update" option. But it goes right to asking me if I want to uninstall my old version. I hesitate because I don't want to hose what is a good working system.

Looking for the voice of experience ... Are there any gotchas connected with uninstall/reinstall for PyCharm?

like image 698
Carole Shaw Avatar asked Apr 24 '17 13:04

Carole Shaw


1 Answers

Probably unnecessary by now, but in case anyone sees this in the future, what this does is uninstalls the previous version of PyCharm (or any Jetbrains IDE for that matter), but keeps for config and settings files intact. Once you uninstall the last version and install the newer one, you'll be able to import your settings from past versions.

EDIT: Shortly after this, I discovered Jetbrains Toolbox which basically lets you update your IDEs dynamically, without having to uninstall/install manually.

like image 107
Nifled Avatar answered Nov 07 '22 12:11

Nifled