ton python est aussi routé sur python3 par défaut probablement, tape: python --version qui doit retourner Python 2.7.13
(python3 --version pour python3)
regarde si tu as un alias pour « python »: alias
si oui tu peux taper: unalias python
Pour pip pareil: pip --version doit retourner python 2.7
(pip3 --version) pour python3
pour installer pip pour python2: sudo apt install python-pip