You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a butterfly: command not found error when trying to install using pip on ubuntu 17.10.
I know little to nothing about python, so that's about all I'm going to be able to tell you. I tried python and pip 2.7 and 3.6. I'm not sure if I'm supposed to add something to my path or anything, but I didn't see anything in the readme
The text was updated successfully, but these errors were encountered:
After installing you can see that butterfly python script located in ~/.local/bin
I have solved this problem by adding to your ~/.bashrs or ~/.zshrc
this line: export PATH=$PATH:~/.local/bin
or just enter this in terminal for fast checking if it is works.
I get a
butterfly: command not found error
when trying to install using pip on ubuntu 17.10.I know little to nothing about python, so that's about all I'm going to be able to tell you. I tried python and pip 2.7 and 3.6. I'm not sure if I'm supposed to add something to my path or anything, but I didn't see anything in the readme
The text was updated successfully, but these errors were encountered: