Upgrading IntelliJ IDEA after Sierra Upgrade: does not have write access to /private/var

后端 未结 13 1036
刺人心
刺人心 2021-02-02 08:44

Trying to upgrade Intellij IDEA from 2016.2 to 2016.2.5 and I am getting this error:

IDEA does not have write access to /private/var/folders/_q/7md3pcy1

13条回答
  •  执笔经年
    2021-02-02 09:34

    Finder or it's menu bar (Go)
    Open Applications
    Ctrl+Click (right-click) PyCharm (jetbrains .app)
    click get info
    at the bottom, expand permissions
    unlock the padlock
    change all three to "read&write" to allow app to make changes to sys
    lock the padlock
    restart the application

    There were several engineers stating the "systemtools" had to be updated in the virtual environment whether by pip or interpreter pckg mgr.

    For me, it turned out to be the fact that the imports were supposed to be local, thus be pulled from the repo.

提交回复
热议问题