Here is the issue, everytime I am trying to use pip to install package, I have an [Error 13]: permission denied issue.
I think that the versions of pip and python installed on my computer are a bit of a mess, here is what I have when typing:
python -V
Python 3.6.8
python2 -V
Python 2.7.12
python3 -V
Python 3.5.2
pip --version
pip 19.2.3 from /home/geoffrey/.local/lib/python3.5/site-packages/pip (python 3.5)
pip3 --version
pip 19.2.3 from /home/geoffrey/.local/lib/python3.5/site-packages/pip (python 3.5)
I would like to fix all of this and make it clear, can someone help please ?
Thank you !