We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you run a pixi.toml that is only compatible with osx-64 it works fine on osx-arm64 automatically (just a little warning about using rosetta).
pixi.toml
osx-64
osx-arm64
We should document this.
Also pixi global install --platform=osx-64 works (with some caveats at this point – pixi global update-all doesn't work nicely).
pixi global install --platform=osx-64
pixi global update-all
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Problem description
When you run a
pixi.toml
that is only compatible withosx-64
it works fine onosx-arm64
automatically (just a little warning about using rosetta).We should document this.
Also
pixi global install --platform=osx-64
works (with some caveats at this point –pixi global update-all
doesn't work nicely).The text was updated successfully, but these errors were encountered: