I'm using ubuntu 16.04, and lately i've been getting the following error in PyCharm:
PyCharm was unable to save some project files,
are you sure you want to close this project anyway?
Read-only files:
/home/adiel/PycharmProjects/spark-test/.idea/workspace.xml
When using ls -la on the specified .idea folder i get:
drwxrwxr-x 2 adiel adiel 4096 .idea
I've tried using chmod 777 on the folder, but it remains the same.
Any Ideas?
Thanks
workspace.xml? Post in your Q also. – Rahul Dec 21 '16 at 17:49sudo chmodfor workspace, problem is solved. if you can post this as an answer i'll mark it as accepted :) – Adiel Dec 21 '16 at 18:03