Silent install and license activation
已回答
Hey!
Does anyone know how to do a silent install a with license server activation of pycharm?
I've tried with the command
pycharm-professional-2024.1.3.exe /S /CONFIG=silent.config /JETBRAINS_LICENSE_SERVER=http://jetbrains.xx.xx.xx:port
But license does not get activated.
Best regards
请先登录再写评论。
You should install PyCharm using the method described in this article and to preconfigure the license server, you can use the
JETBRAINS_LICENSE_SERVERenvironment variable mentioned here.