I tried to begin to program a discord Bot with Python. When I tried to use this command: python3 -m pip install -U discord.py to install pip it gives me this Error:
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/multidict-4.7.5.dist-info'
Consider using the `--user` option or check the permissions.
You are using pip version 18.1, however version 20.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
When I tried the "pip install --upgrade pip" command it prints he couldnt find the command "Pip" I dont know what to do and for Information: Im on MacOS Catalina Version 10.15.4
Thanks to the Helpers!