-
Notifications
You must be signed in to change notification settings - Fork 178
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
pixi global exposed doesn't work with nested paths #2350
Labels
✨ enhancement
Feature request
Comments
Specifying a nested path sounds good to me. I am thinking of the following behavior:
|
Yes @bahugo, I was outlining a possible implementation. Sorry if that wasn't clear. |
@ruben-arts suggested to never specify the file extension, even for nested paths. |
@Hofer-Julian, my bad, I read to fast... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
pixi global install dotnet --expose "dotnet=dotnet"
pixi global install dotnet --expose "dotnet=dotnet/dotnet"
Issue description
Dotnet installs its executable in a nested directory
When i run
pixi global install dotnet
pixi can't find the executable.I tried this workaround
pixi global install dotnet --expose "dotnet=dotnet/dotnet"
But it fails too :
Expected behavior
It would be perfect if pixi search for executable recursively, or at least if we could specify a nested path.
The text was updated successfully, but these errors were encountered: