Like myself, if the Anaconda pass doesn't pass, When I type "conda" at the command prompt, it doesn't respond.
Please refer to the separate article for how to pass the path to Anaconda.
Click here for the link: Set Anaconda path
But astonished
$ conda install ortoolpy
Even if
zsh: command not found: conda
Will be.
$ source ~/.bash_profile
It was solved by executing.
$ pip install ortoolpy
This completes the installation.
It is a mystery that you can install it with pip at the end. Every time
$ source ~/.bash_profile
It is also troublesome to do. If anyone knows a good way, please let me know ...
Recommended Posts