How do I remove my IntelliJ license in 2019.3?

后端 未结 6 1714
野趣味
野趣味 2021-01-29 22:10

I have JetBrains IntelliJ installed, how do I remove the license settings? I can find the license details in Help > Register... menu but that does not allow me t

6条回答
  •  深忆病人
    2021-01-29 23:06

    in linux/ubuntu you can do, run following commands

    cd ~/.config/JetBrains/PyCharm2020.1
    rm eval/PyCharm201.evaluation.key
    sed -i '/evlsprt/d' options/other.xml
    cd ~/.java/.userPrefs/jetbrains
    rm -rf pycharm*
    

提交回复
热议问题