Mac-bash:ipython:コマンドが見つかりません



Mac Bash Ipython Command Not Found



ipythonがpipinstall ipythonを使用してインストールされていて、次のエラーが発生した場合:

-bash: ipython: command not found

次に、



python -m IPython --version

ipythonのバージョンを確認するには、バージョン情報が表示されている場合は、python -mIPythonコマンドを使用してipythonを起動できます。

ipythonコマンドを使用して開始する場合は、ユーザーディレクトリの.bash_profileに以下を追加できます。



alias ipython='python -m IPython'

それでおしまい