Installing python3.6 idle

8,770

If you're using a recent LTS Ubuntu version (14.04 & 16.04) you can add the deadsnake PPA.

sudo add-apt-repository ppa:deadsnakes/ppa -y && sudo apt-get update

They state you can use other versions as well with this PPA however its not supported/tested.

Share:
8,770

Related videos on Youtube

marsnebulasoup
Author by

marsnebulasoup

Updated on September 18, 2022

Comments

  • marsnebulasoup
    marsnebulasoup almost 2 years

    I am trying to install python 3.6 idle. I have used sudo apt-get install python3.6 but keep getting the same error:

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package python3.6
    E: Couldn't find any package by regex 'python3.6'
    

    Please help

    • Zanna
      Zanna over 6 years
      What version of Ubuntu?