-
Notifications
You must be signed in to change notification settings - Fork 31
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
Installing noddy on Mac OS #13
Comments
I see you suggest as an alternative to download a precompiled version from here: https://github.com/flohorovicic/pynoddy/tree/master/noddyapp If I try:
I get again a permission error. |
Great to see that you are interested in our project and I hope that I can help you getting started quickly! I am also running pynoddy on MacOSX, so there should be no problem! I just tested the compile script on two different (MacOSX)-system and the procedure works as you tried (first running Both scripts should only affect the current directory you are in. Could you check if you have write permissions in your directory ( Also, are you installing on your own machine where you have superuser-rights? Then, of course you could run the scripts as su (if you want to do that):
I hope that helps! Looking forward to hear how you go! |
Thank you I did as you suggest and it seemed to work, e.g. HOwever, then I tried to place the executable noddy in the Path, e.g. by adding the last line to the .bash_profile:
But that really messed up with the system, so that no commands are recognized in the terminal any more, and I am forced to restore the previous version of the .bash_profile |
Good to hear that the installation itself worked! Did you test the executable, i.e. running it directly in the directory (noddy): Ok, concerning adding it to the Path: it should be: Note: no escape character ( Also as an idea: before messing with the .bash_profile file (and possibly getting in trouble with your system), try executing the command in a terminal only, and see if the path is added correctly with:
You should see a list of all your directories that contain executable files - plus the one of the noddy directory. Hope that works! And for now: all the best for the remaining hours of the year - and a great start into the new one! |
I will try that. Thank you |
Hi there,
I am wonderign if you had any expereice with, or can point to any resources on how to install noddy on a mac.
I successfully cloned and installed pynoddy, then in the noddy directory I tried this:
but I get a permission problem.
The text was updated successfully, but these errors were encountered: