Skip to content

mohitsoniv/python-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

python-notes by Mohit Soni (mohitsoniv)

Python Installation on Ubuntu machine

  1. Update Package List
sudo apt update
  1. Install Python
sudo apt install python3

If you need the python3-pip package (Python package installer), you can install it with

sudo apt install python3-pip
  1. Check Python Installation
python3 --version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors