Views: 11

Thank you for reading this post, don't forget to subscribe!

Ubuntu is a Linux based operating system used by some small and large companies around the world. Ā Unlike other operating systems, it’s free to download and use.

Since I have been learning and using Python for the past few weeks, some people have asked if they could install and use Python on other operating systems other than Mac and Windows. Ā After doing some research, the answer is YES. Ā This article will show you how to install and use Python on Ubuntu.

In order to do this, you must find and be comfortable with using the Terminal Command Line. If this is scaring you, don’t worry, I’ll walk you through the steps.

How to INSTALL Python on Ubuntu:

  1. Find theĀ Terminal icon and then double click it.Ā 
  2. A window will open up.
  3. Type in: sudo apt install software-properties-common.
  4. Type in: sudo add-apt-repository ppa:deadsnakes/ppa to download a file from the repository.
  5. Type in: sudo apt install python[version-name]
  6. That’s it.Ā 

How to RUN Python on Ubuntu:

  1. Open a Terminal Window.
  2. Type: python
  3. This will open the Python interactive window.
  4. That’s it.Ā 

If this is the first time you’re using Python, then check out these books from Amazon.com.

If this is the first time you’re using Ubuntu, then check out these Kindle Books from Amazon.com

About Post Author

(Visited 19 times, 1 visits today)

Dan Uff
Senior Writer / Owner
https://www.compuscoop.com/

Like what you've read? Leave a comment below:

This site uses Akismet to reduce spam. Learn how your comment data is processed.