I am completely new at Python (installed version Python 3.5.1. on Mac OSX 10.5.8. for the 1st time today).
As I went through some tutorials and learned few basics on how to program, they told me to install Pip in order to import a Paperclip library, so I followed instructions for downloading Pip at https://www.youtube.com/watch?v=yBdZZGPpYxg.
I was able to download the "Get Pip script" using the curl command in my Terminal but then got stuck when trying to execute the script. When I follow the instructions and run sudo python get-pip.py
command in the Terminal, I receive the following error message:
File "get-pip.py", line 43
_b85alphabet = (b"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
^
SyntaxError: invalid syntax
Could someone please help me with an advice what I can do? I've visited pipinstall instruction page (see link below) but this only confuses me further.
Please help with advice or instructions. If I can't solve this, I will have to give up Python before it really began and I don't want to do that. Thank you very much in advance!
https://pip.pypa.io/en/stable/reference/pip_install/#pip-install