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
It's a good idea, although it might be less useful on OS X where .app folders are trickier to get into when you don't know how. And on Windows I expect most people will stick to the default install location. I could see it being useful on Linux though.
Given that we don't handle multiple julia installs gracefully yet, this might be useful in those cases (and also on Windows) anyways.
And could we set something like the .app folders as the initial path, i.e. could the user navigate through them then?
OS X just makes that a bit tricky – you have to right click the app and explicitly "open" it up, which is easy enough but just lengthens the instructions that little bit.
One option might be to have a choose julia menu option that lets you do this and point people there.
by using something like
dialog.showOpenDialog
. Not sure how necessary this is, but might be useful.The text was updated successfully, but these errors were encountered: