-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Pkg should not be shell-ing out #4888
Comments
Provide me a way to cd after forking a subprocess and I can change it. cc: @loladiro |
Pretty easy to do. The only question is syntax. I'd propose something similar to what we do with |
Mildly acceptable workaround is to use
@loladiro's suggestion is better |
How about a keyword argument that defaults to "" and does nothing when the empty string is supplied? For any other directory it does the cd first. |
Call it |
To clarify, you're proposing a |
Ok, proposed syntax is
,will implement that. |
Implemented in dee7f6c. @StefanKarpinski you should have all the tools to tackle this now. |
Why is the Julia Pkg manager trying to shell out? Window's doesn't have a shell.
The text was updated successfully, but these errors were encountered: