I am using linux mint 19.3 cinnamon version, Pycharm 20.1 version and I get an option to update it to Pycharm 20.1.1 but I am not able to do it and the follwing window pops up can anyone help me solve this problem
Advertisement
Answer
You need to start the PyCharm with sudo privileges. Sudo stands for root access in Unix systems.
Type on the terminal: sudo [py_charm_app_executable]
, then it’ll simply have write access to filesystem.