ENH: Add Windows support to pixi.toml + pixi.lock#327
Draft
N-Dekker wants to merge 1 commit intoInsightSoftwareConsortium:mainfrom
Draft
ENH: Add Windows support to pixi.toml + pixi.lock#327N-Dekker wants to merge 1 commit intoInsightSoftwareConsortium:mainfrom
N-Dekker wants to merge 1 commit intoInsightSoftwareConsortium:mainfrom
Conversation
pixi.lock was regenerated locally on a Windows 10 laptop, by
pixi.exe install -a
Co-authored-by: Matthew McCormick <matt@mmmccormick.com>
Member
Yes, emitting this may be a bug in pixi. Conda / conda-forge / pixi currently use bash .sh for Unix and .bat for Windows by default, although there is WIP for a unified shell script. |
Collaborator
Author
|
Thanks Matt! Shall we then postpone this PR until the pixi bat/bash issue is resolved (possibly by moving to a unified shell script)? |
Member
|
@N-Dekker yes, we could postpone |
Collaborator
Author
|
OK, I'll leave it open for a few weeks to see if someone comes with a solution to the bash/bat shell script problem. Otherwise I'll close it, considering the PR "postponed". Unless someone else has closed it in the mean time 😸 Anyway, it was a good leaning experience for me to make my first pixi.lock fine 😃 Thanks Matt! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pixi.lock was regenerated locally on a Windows 10 laptop, by
@thewtex Thanks for explaining this mechanism! By the way, it still produces a warning, on Windows:
Any suggestion? It seems a bit silly to just copy the bash file to .bat. And I ran it is GitBash so it should know bash (but it doesn't, apparently)