Where does Pycharm Professional keep the files that Community Edition keeps in /usr/lib, on Mac?

I am trying to update PyCharm Professional, using the solution in https://stackoverflow.com/a/46755811/ :

cd /usr/lib/
chmod 777 -R pycharm-community/

But `find /usr/lib -name 'pycharm*'` returns nothing. What is the equivalent of this command for PyCharm Professional on macOS Catalina?

0
2 comments

I think the answer is /Applications/PyCharm.app/Contents/. Chmodding that got me past that error message, although the update failed overall because it found conflicts.

0

I would recommend uninstalling PyCharm, wiping out all leftover directories, and reinstall from https://www.jetbrains.com/pycharm/download/ 

0

Please sign in to leave a comment.