How to install Pycharm on CentOS 7

To install Pycharm on CentOS 7

Pycharm is a free and open source cross-platform IDE (Integrated Development Environment) editor for developers to edit their source code. It is so simple to install Pycharm on CentOS 7 and this tutorial sheds light on its installation.

Installing Pycharm

You can download Pycharm from https://www.jetbrains.com/pycharm/ specifically for your distribution. Once it is downloaded, extract the package as shown below.

[root@linuxhelp ~]# ls
anaconda-ks.cfg  Desktop  Documents  Downloads  initial-setup-ks.cfg  Music  Pictures  Public  pycharm-community-2017.1.2.tar.gz  Templates  Videos
[root@linuxhelp ~]# tar -xzvf pycharm-community-2017.1.2.tar.gz 
pycharm-community-2017.1.2/bin/log.xml
pycharm-community-2017.1.2/build.txt
pycharm-community-2017.1.2/help/ReferenceCard.pdf
pycharm-community-2017.1.2/help/ReferenceCardForMac.pdf
pycharm-community-2017.1.2/helpers/check_all_test_suite.py
pycharm-community-2017.1.2/helpers/conda_packaging_tool.py
pycharm-community-2017.1.2/helpers/coverage_runner/__init__.py
pycharm-community-2017.1.2/helpers/coverage_runner/run_coverage.py
pycharm-community-2017.1.2/helpers/coveragepy/__init__.py
pycharm-community-2017.1.2/helpers/coveragepy/coverage/__init__.py
pycharm-community-2017.1.2/helpers/coveragepy/coverage/__main__.py
.
.
.
pycharm-community-2017.1.2/jre64/bin/orbd
pycharm-community-2017.1.2/jre64/bin/pack200
pycharm-community-2017.1.2/jre64/bin/policytool
pycharm-community-2017.1.2/jre64/bin/rmid
pycharm-community-2017.1.2/jre64/bin/rmiregistry
pycharm-community-2017.1.2/jre64/bin/servertool
pycharm-community-2017.1.2/jre64/bin/tnameserv
pycharm-community-2017.1.2/jre64/bin/unpack200

After extracting the downloaded file, move to bin folder in extracted directory to install pycharm.

[root@linuxhelp ~]# cd pycharm-community-2017.1.2/
[root@linuxhelp pycharm-community-2017.1.2]# ls
bin  build.txt  help  helpers  Install-Linux-tar.txt  jre64  lib  license  plugins
[root@linuxhelp pycharm-community-2017.1.2]# cd bin
[root@linuxhelp bin]# ls
format.sh  fsnotifier  fsnotifier64  fsnotifier-arm  idea.properties  inspect.sh  log.xml  printenv.py  pycharm64.vmoptions  pycharm.png  pycharm.sh  pycharm.vmoptions  restart.py

Now run pycharm.sh script file which is located inside bin directory, as it is essential to install the Pycharm package.

[root@linuxhelp bin]# sh pycharm.sh 
May 10, 2017 5:11:05 PM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
May 10, 2017 5:11:05 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file removed in background /root/.java/.userPrefs/prefs.xml

A graphical installation wizard appears on your screen for installing Pycharm. Click OK

Accept your license aggrement.

Pycharm is getting installed.

Finally, the PyCharm package is successfully installed.


Don' t you agree that it was an easy installation? PyCharm is also very easy to use.

Tag : CentOS PyCharm
Comment
zagir
Oct 01 2018
Thank you Elijah.
Add a comment
FAQ
Q
Are the project files compatible between IntelliJ IDEA and PyCharm?
A
Projects created in PyCharm can be opened in IntelliJ IDEA with Python plugin installed without any issues. IntelliJ IDEA allows a more flexible project configuration, such as the possibility to configure libraries for projects. PyCharm will be able to open and work with projects that use the more advanced settings, but you will not be able to change the settings in PyCharm.
Q
What is the differences between PyCharm and the Python plugin. Will there be advantages to using PyCharm instead of just the plugin?
A
PyCharm offers a simpler UI in a number of areas such as project management, IDE settings etc.

The Python plugin, in its turn, has the full range of Jython support features (cross-language navigation, completion and refactoring). PyCharm only supports Jython as the runtime for running applications.

If you're not using the Java/Python integration, PyCharm is a better place to start.
Q
Whether the Pycharm is open source or not?
A
Yes, the Pycharm is asn open source application.
Q
How to download the Pycharm?
A
For download the Pycharm , use the following link as given below "https://www.jetbrains.com/pycharm/ "
Q
With the announcement of PyCharm will the IDEA plugin still be available?
A
Yes, we plan to release new PyCharm builds and plugin updates synchronously. The plugin will remain free for those who have purchased a IntelliJ IDEA Ultimate license.