I was trying to install a new module when the problem appears. I was trying to use python3 but still have python 2.7 version. I've changed to /bin/zsh in the settings. Tried brew install python3. Finally, I've came with sudo update-alternatives--setpython/usr/local/bin/python3, but I couldn't type my password, as I was trying to type symbols, nothing happens.I see only a key near the password line(can't show it). Nothing registered. Like my keyword is broken or something. I am using MacOs Catalina. I will be very grateful if you you help.
Last login: Mon Aug 17 13:24:33 on ttys000
rs@Arinas-MacBook-Air ~ % sudo update-alternatives--setpython/usr/local/bin/python3
Password:
Sorry, try again.
Password:
Sorry, try again.
Password:
update-alternativesis a linux command, that won't work for OSX.which python3to check if it's installed. If it is, then you can just start usingpython3. If it's not installed,brew install pythonwill install the latest version of Python, which would then be accessible usingpython3.