Skip to content
  • Tutorials
    • c programming
      • libraries
    • c++
    • Linux
    • Python
    • batch programming
    • Technology
  • IDE
  • Tools
how to install python 3.6 ubuntu 1

how to install python 3.6 ubuntu

May 9, 2022 by Anurag batra
sudo apt-get install python3.7

Here is what the above code is Doing:
1. It’s updating the package list.
2. It’s installing the Python 3.7 package.

Categories Python Examples
Post navigation
int object is not subscriptable in python
isprime python
© MyEduKit - 2022 . All Rights Reserved.