I'm trying to run Python 3 on the new M1 chip MacBook. I tried installing python3 both via the official Python website (https://www.python.org/downloads/release/python-391/) and also via brew install python3
. Both of the installations succeeded, however when I try running the command python3
in Terminal I get this error:
zsh: killed python3
Does anyone know what's going on? I couldn't find anything online and I think my installation should be fine. I did have to change my ~/.zshrc file for a class, but I'm not sure if that's the issue?
zsh --fc python3
, or from a bash login shell; is it still killed? Also, investigate whatfile $(whence -c python3)
outputs. – Warram