So I installed different versions of Pythons on my mac and it seems this is the root of all my problems at the moment. I want to import the module named pyperclip in Mueditor but it always says No module named 'pyperclip'
I read a lot of different other threads and tried to sudo /usr/bin/python get-pip.py
But I always get /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'get-pip.py': [Errno 2] No such file or directory
Which indicates that it is searching in the wrong directory (not sure with the correct terminology here).
I installed Python 3.8 with homebrew and everything is updated fine.
For context: I started programming with anaconda, deleted it downloaded Python from the official website and am using Mueditor right now while following the tasks in the book 'Automate the boring stuff with Python'.
I am even considering setting up my OSX again... Help is much appreciated!