3drobotics / solo-cli

Solo command line utilities.
20 stars 36 forks source link

No solo command in terminal -macosx- #51

Closed adibub closed 7 years ago

adibub commented 7 years ago

Hey guys, i did install the solo-cli as written in the guide.

but cant get the solo command to work. My system cant find it?

i did try export PATH but still no luck..

adibub commented 7 years ago

emacs ~/.bash_profile and export the solo command out.

Add following:

PATH="/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}" export PATH

Reload terminal