-
Notifications
You must be signed in to change notification settings - Fork 267
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
Allow user to specify path to executable #5
Comments
This is going to cause virtualenv issues too. 😦 Need to find a way to pass the Thanks for reporting this! |
Welp, I understand why this is now. I looked into atom's internals for
The default options should be
I'm fairly new to node, so I guess I didn't know what to expect here. For now, I'll just add /cc @kevinsawicki |
@spencerlyon2 Does the current release fix the Python I tested it out with my I think we should still have a config set up so people can pick the name (or fullpath) for the executable they want to use with a particular language, which would solve the title of the issue but not the issue you're having. |
Hey @rgbkrk no luck for me. First I tried to update the package from within the atom settings buffer. No luck there. Then I tried removing the package and cloning your master branch into Any ideas? |
@spencerlyon2 try removing the folder from |
@spencerlyon2 I was able to upgrade through the settings, but I did have to quit and restart Atom completely for it to take effect. A reload might have worked too, but I didn't check. |
Thanks for the tips, still no luck.
|
So it does work when I launch atom via the command line. If I try to hit the application icon, it doesn't work |
Ah, that makes perfect sense. Apparently some people hack around this to force bash to send environment variables to launchctl which will pass on to Applications (with a capital A). sigh |
Hello rgbkrk, Running Cheers, |
@McKizzle There are lots of ways! |
@rgbkrk thanks! I'll check that out. :) |
I solved by setting |
Fixed by #74. |
When I try to run a python script, I get
ImportError
s because it is using the apple default python, not the one on myPATH
The text was updated successfully, but these errors were encountered: