Install Python 2 on Ubuntu 20.04 step by step instructions

  1.  To install Python 2 version on Ubuntu 20.04 open a terminal and enter one of the following commands:
    $ sudo apt install python2
    OR
    $ sudo apt install python-minimal


  2. Check your current Python version:
    $ python2 -V
    Python 2.7.17
Was this answer helpful? 0 Users Found This Useful (0 Votes)