The Naked Scientists
Toggle navigation
Login
Register
Podcasts
The Naked Scientists
eLife
Naked Genetics
Naked Astronomy
In short
Naked Neuroscience
Ask! The Naked Scientists
Question of the Week
Archive
Video
SUBSCRIBE to our Podcasts
Articles
Science News
Features
Interviews
Answers to Science Questions
Get Naked
Donate
Do an Experiment
Science Forum
Ask a Question
About
Meet the team
Our Sponsors
Site Map
Contact us
User menu
Login
Register
Search
Home
Help
Search
Tags
Recent Topics
Login
Register
Naked Science Forum
Non Life Sciences
Technology
Install Python on Ubuntu
« previous
next »
Print
Pages: [
1
]
Go Down
Install Python on Ubuntu
4 Replies
2907 Views
2 Tags
0 Members and 1 Guest are viewing this topic.
satineeraj
(OP)
First timers
5
Activity:
0%
Naked Science Forum Newbie
Install Python on Ubuntu
«
on:
16/08/2021 16:10:12 »
I am trying to install Python 3.9 on my Ubuntu OS, I try to install Python in the following manner
sudo apt-get install python3.9
after seems installed I tried checking the version:
python -V
However, this input returns:
-bash: python: command not found
It seems like Python versions don't fully install.
Please Help me how can I Install Python On Ubuntu?
Logged
Check KYC and ID Verification solution here:
https://www.kychub.com/id-verification/
nicephotog
Sr. Member
482
Activity:
1%
Thanked: 11 times
[ censored ]
Re: Install Python on Ubuntu
«
Reply #1 on:
17/08/2021 15:38:04 »
Here's an online quick tut that may help.
https://linuxize.com/post/how-to-install-python-3-9-on-ubuntu-20-04/
You may need to update the apt get repositories list for apt get (this type of online install system often requires repositories updates.)
Logged
How To Tutorial (all Java servers) HttpOutPutTools (port to .jar Hell Pig Entelodont) 2nd November 2022
https://1drv.ms/u/c/9841b77e61824484/EUuxfLoCHP9MpN62Kt8hwLEBpcAc3mxG-r3gwtpEIaB_VA
TommyJ
Sr. Member
123
Activity:
0%
Thanked: 28 times
Re: Install Python on Ubuntu
«
Reply #2 on:
20/08/2021 12:24:14 »
For me, original is handy and working as well.
https://www.python.org/downloads/source/
https://www.python.org/community/
Logged
Number, Letter, Note: Know, Think, Dream.
satineeraj
(OP)
First timers
5
Activity:
0%
Naked Science Forum Newbie
Re: Install Python on Ubuntu
«
Reply #3 on:
27/08/2021 07:32:28 »
Thanks, everyone for your reply this helps me a lot, I face many of the issue when i install the Python on my Ubantu OS, but finally i did this, I Start by updating the packages list and installing the prerequisites: $ sudo apt update $ sudo apt install software-properties-common Next, add the deadsnakes PPA to your sources list: $ sudo add-apt-repository ppa:deadsnakes/ppa Once the repository is enabled, install Python 3.7 with: $ sudo apt install python3.7
Logged
Check KYC and ID Verification solution here:
https://www.kychub.com/id-verification/
TommyJ
Sr. Member
123
Activity:
0%
Thanked: 28 times
Re: Install Python on Ubuntu
«
Reply #4 on:
27/08/2021 08:07:21 »
Thank you for feedback!
Precious experience share.
Logged
Number, Letter, Note: Know, Think, Dream.
Print
Pages: [
1
]
Go Up
« previous
next »
Tags:
python
/
ubuntu
There was an error while thanking
Thanking...