mafloh
Results
1
comments of
mafloh
I had a similar error: > zsh: /usr/local/bin/nbstripout: bad interpreter: /usr/local/opt/[email protected]/bin/python3.9: no such file or directory I solved it by changing `/usr/local/bin/nbstripout` and replacing the shebang line with `#!/usr/local/bin/python3`. To...