Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

butterfly: command not found #166

Open
zwhitchcox opened this issue Apr 24, 2018 · 1 comment
Open

butterfly: command not found #166

zwhitchcox opened this issue Apr 24, 2018 · 1 comment

Comments

@zwhitchcox
Copy link

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

@NotSoEthical
Copy link

NotSoEthical commented Dec 13, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants