I want to run an application that uses python2.7 version, but by default python2.7 is not installed. When I tried to use:
$ virtualenv -p python2 flaskold
It returned:
RuntimeError: failed to find interpreter for Builtin discover of python_spec='python2'
How could I create python2.7 virtual environment on Ubuntu 20.04 which goes without python 2.7 support?