Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Downgrade Pycharm Professional to Community

Tags:

pycharm

I have installed pycharm professional trail version on my Ubuntu now the trail version is expired and now i want to know if there is any way downgrading it to pycharm community without uninstalling the pycharm?

like image 626
Tanveer Avatar asked Nov 21 '16 13:11

Tanveer


People also ask

How do I convert PyCharm pro to community?

In Community Edition go to File/Manage IDE Settings/Import Settings and import the ZIP file.

Can I install PyCharm community and professional?

Yes, you can. The Apache 2.0 license doesn't just permit using this code, but it also allows modification. However, before you release YourNamePyCharm , be aware that the JetBrains and the PyCharm trademarks are restricted. So if you do want to fork PyCharm, you will need to take out our branding.

Is PyCharm professional or community better?

While PyCharm Community Edition is designed for 'pure Python' development, PyCharm Professional Edition bundles WebStorm and DataGrip functionality by default, offering best-in-class support for frontend technologies and databases.

Is there a PyCharm Community Edition free?

PyCharm is available in three editions: Professional, Community, and Edu. The Community and Edu editions are open-source projects and they are free, but they have fewer features. PyCharm Edu provides courses and helps you learn programming with Python.


1 Answers

I didn't find a direct solution either, but an Export of settings from Professional and Import settings in Community works. And it's fast and easy.

  1. In Professional Edition go to File/Manage IDE Settings/Export Settings

enter image description here

  1. In Community Edition go to File/Manage IDE Settings/Import Settings and import the ZIP file.

enter image description here

  1. Grab a beer and start coding.
like image 82
Adrian C. Avatar answered Oct 18 '22 08:10

Adrian C.