How to install CLI #8014
|
Hi, Your help is appreciated! |
Replies: 3 comments 4 replies
|
I found this among the issues: |
|
Hi Glenn, I found it at $HOME/Library/Python//bin, added this to my path and it works now. |
|
(sudo probably, I'm root on a temporary system) |
@tinca hello! I'm sorry to hear you're having trouble with the CLI installation. The
pip install ultralyticscommand should install the necessary packages and provide you with access to theyolocommand. However, it seems there might be an issue with the path configuration on your Mac.To resolve this, you can try the following steps:
PATHenvironment variable. This is typically$HOME/Library/Python/<version>/binor/usr/local/binfor a Mac.yoloscript is indeed in the aforementioned directories. If not, you might need to locate where theyoloexecutable was installed.y…