I am trying to follow on my Ubuntu 20.04.1
https://linuxhint.com/install_python_pip_tool_ubuntu/
At the step
sudo python2 get-pip.py
I receive the error
Traceback (most recent call last):
  File "get-pip.py", line 24244, in <module>
    main()
  File "get-pip.py", line 199, in main
    bootstrap(tmpdir=tmpdir)
  File "get-pip.py", line 82, in bootstrap
    from pip._internal.cli.main import main as pip_entry_point
  File "/tmp/tmpKGsQqS/pip.zip/pip/_internal/cli/main.py", line 60
    sys.stderr.write(f"ERROR: {exc}")
Is it the dust of the script or I do something wrong?