happiness (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) happiness

/opt/brew/opt/python/bin/python3.7: bad interpreter: No such file or directoryの対処法

/opt/brew/opt/python/bin/python3.7: bad interpreter: No such file or directory error Command failed with exit code 126.

いつかエラー文言を読まなくなるお前へ向けて。今回はちゃんと読んだので。

brew instasll python@3.7

which python3.7

cd  /opt/brew/opt/python/bin/

ln -s python3.7 <whichで出したpath>
  • メリット 楽
  • デメリット lnを使ってしまう

なんたらenvを使うべきな気がするがとりあえずいいか