┌──(kali㉿kali)-[~] └─$ python2 py2-get-pip.py DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Defaulting to user installation because normal site-packages is not writeable Collecting pip<21.0 Downloading pip-20.3.4-py2.py3-none-any.whl (1.5 MB) |████████████████████████████████| 1.5 MB 686 kB/s Collecting wheel Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) Installing collected packages: pip, wheel WARNING: The scripts pip, pip2 and pip2.7 are installed in'/home/kali/.local/bin'which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script wheel is installed in'/home/kali/.local/bin'which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed pip-20.3.4 wheel-0.37.1
┌──(kali㉿kali)-[~] └─$ python2 -m pip install --user --upgrade progressbar2 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Collecting progressbar2 Downloading progressbar2-3.55.0-py2.py3-none-any.whl (26 kB) Collecting six Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting python-utils>=2.3.0 Downloading python_utils-2.7.1-py2.py3-none-any.whl (14 kB) Installing collected packages: six, python-utils, progressbar2 Successfully installed progressbar2-3.55.0 python-utils-2.7.1 six-1.16.0 WARNING: You are using pip version 20.3.4; however, version 23.2.1 is available. You should consider upgrading via the '/usr/bin/python2 -m pip install --upgrade pip'command.