Fundamentals 5 min read

Quickly Set Up PyCharm on Ubuntu 14.04: A Step‑by‑Step Guide

This guide walks you through installing Ubuntu 14.04, launching PyCharm, creating a new project, configuring a virtual environment, writing and running a simple Python script, and managing the IDE from the Ubuntu launcher, all with clear screenshots.

Python Crawling & Data Mining
Python Crawling & Data Mining
Python Crawling & Data Mining
Quickly Set Up PyCharm on Ubuntu 14.04: A Step‑by‑Step Guide

This article explains how to install and start using PyCharm on Ubuntu 14.04.

1. Launch PyCharm and wait for the start‑up screen to appear.

PyCharm start screen
PyCharm start screen

2. After PyCharm starts, click “Create New Project” to begin a new project.

Create New Project
Create New Project

3. Name the project; by default it is stored under ~/PycharmProjects.

Project location
Project location

4. Enter the project name pythondemo and click “Create”.

Name project
Name project

5. PyCharm automatically creates a virtual environment; wait a moment for it to finish.

Virtual environment creation
Virtual environment creation

6. After the environment is ready, create a new Python file in the project (the process mirrors Windows).

Create Python file
Create Python file

7. Name the file demo.py and confirm.

Name demo.py
Name demo.py

8. The new file appears in the left file pane; you can now edit it.

File appears in project
File appears in project

9. Write a simple line of code (e.g., print('Hello, PyCharm!')) and save.

Write code
Write code

10. To view the file content, open a new terminal window.

Open terminal
Open terminal

11. Navigate to the project directory and use cat demo.py to display the file.

cat command output
cat command output

12. Pin PyCharm to the Ubuntu launcher by right‑clicking its icon and selecting “Lock to Launcher” for quick access.

Lock to Launcher
Lock to Launcher

13. To quit PyCharm, right‑click its launcher icon and choose “Quit”.

Quit PyCharm
Quit PyCharm

14. After quitting, the terminal shows that the PyCharm process has ended.

Process terminated
Process terminated

This simple PyCharm onboarding guide helps beginners get started with Python development on Ubuntu.

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.

PyCharmUbuntuPython IDE
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.