Fundamentals 6 min read

How to Install PyCharm on Ubuntu 14.04: Step‑by‑Step Guide with Screenshots

Learn to install PyCharm on Ubuntu 14.04 by creating a software folder, downloading the Linux package, transferring it via FileZilla, extracting the archive, and launching the IDE, with detailed screenshots covering each step from installation to activation.

Python Crawling & Data Mining
Python Crawling & Data Mining
Python Crawling & Data Mining
How to Install PyCharm on Ubuntu 14.04: Step‑by‑Step Guide with Screenshots

This guide walks you through installing PyCharm on Ubuntu 14.04.

Create a software folder in your home directory to store installation files.

Create software folder
Create software folder

Download the Linux installer for PyCharm (Professional edition) from the official website.

PyCharm download page
PyCharm download page

Upload the downloaded .tar.gz file to Ubuntu using FileZilla (see the linked tutorial for installation instructions).

FileZilla upload
FileZilla upload

After the transfer finishes, the installer appears in the software folder.

Upload completed
Upload completed

Verify the package exists on Ubuntu.

Package in Ubuntu
Package in Ubuntu

Extract the archive with the command shown below.

Extraction command
Extraction command

The extraction proceeds quickly.

Extraction progress
Extraction progress

When finished, a new folder appears.

Extracted folder
Extracted folder

Enter the extracted folder, then the bin directory to find pycharm.sh .

pycharm.sh file
pycharm.sh file

Run ./pycharm.sh to start PyCharm, choose the second option, and click OK.

Start PyCharm
Start PyCharm

The license agreement dialog appears; the "Accept" button is initially disabled.

License dialog
License dialog

Scroll down until "Accept" becomes clickable, then click it.

Enable Accept
Enable Accept

Choose the data‑sharing option "Don’t send" and continue.

Data sharing choice
Data sharing choice

On the activation screen, enter a valid activation code (see the linked article for obtaining a code).

Enter activation code
Enter activation code

If the code is correct, activation succeeds and the guided tour starts.

Activation success
Activation success

You can skip the tour by clicking "Skip Remaining and Set Defaults" or continue with "Next".

Skip or continue tour
Skip or continue tour

After the tour, the PyCharm welcome screen appears.

PyCharm welcome screen
PyCharm welcome screen

Wait for PyCharm to start, then click "Create New Project" to begin coding.

Create New Project
Create New Project

With these steps completed, PyCharm is fully installed and ready for Python development on Ubuntu 14.04.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

LinuxPyCharmIDE installationPython development
Python Crawling & Data Mining
Written by

Python Crawling & Data Mining

Life's short, I code in Python. This channel shares Python web crawling, data mining, analysis, processing, visualization, automated testing, DevOps, big data, AI, cloud computing, machine learning tools, resources, news, technical articles, tutorial videos and learning materials. Join us!

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.