-
Notifications
You must be signed in to change notification settings - Fork 282
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
Git installation troubles #6
Comments
had the exact same experience, fixed by changing
to
|
frantic
added a commit
to frantic/PathPicker
that referenced
this issue
May 7, 2015
I have fpp repo checked out locally, the binary is symlinked to my `~/bin` which is also a symlink to some other place. Running `fpp` used to show "No such file or directory". I took this code from the internet and it seems to do the job well. Fixes facebook#6
Merged
works for me |
works for me as well |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a couple issues with the installation via git. I'm on OS X 10.10.3 with Python 2.7.6.
ls -ltr | tail -n 1
Adjusting the
ln
command to use the full path for the source fixes that.fpp --help
:I have placed PathPicker in
/usr/local/PathPicker
and linked the binary to/usr/local/bin/fpp
.The text was updated successfully, but these errors were encountered: