-
-
Notifications
You must be signed in to change notification settings - Fork 285
make an app interface to Pkg #4473
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
base: master
Are you sure you want to change the base?
Conversation
|
Neat. How does this work with using different julia versions? |
Well, as will all Pkg apps they are more or less locked to a specific julia version (the one you added it with) unless you set the env variable as described in https://pkgdocs.julialang.org/dev/apps/#Overriding-the-Julia-Executable. Then you could set it to e.g. Ideally pkg could just simulate running at the same version as the manifest was resolved with, but for that we need HistoricalStdlibs etc. |
|
An alternative would be to just have |
|
With #4495 we can resolve for other julia versions natively. |
|
Still seems more painful than just doing Pkg seems special enough that it is worth adding a new command-line flag to |
|
Note also that this conflicts with the FreeBSD You could call it |
You don't want the julia version explicit, you want to use the one that is in the manifest. So if you want |
They are kind of tightly coupled in practice … it's not like we are talking about some random package here. |
Screen.Recording.2025-10-27.at.20.50.00.mov