Pixi workspaces with CadQuery #2024
lorenzncode
started this conversation in
General
Replies: 1 comment 1 reply
-
|
It seems like the broader Python community is moving towards uv (pip) and pixi (conda) as the standards. Is that what you are seeing too @lorenzncode ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The latest version of pixi highlights a new feature that should be useful working with multiple cadquery versions.
https://github.com/prefix-dev/pixi/releases/tag/v0.66.0
Now you can switch cadquery workspaces/versions from any location (without setting up bash aliases or similar).
After setting up multiple workspaces for cadquery say release 2.7.0, master, and dev branches activate any of them with:
Create release version workspace
Now activate this workspace from any location:
Create master version workspace
Use cadquery master.
Development workspace
From cadquery git:
Create the workspace in cqbranch1 itself or another location.
Use the local branch.
Get list of registered workspaces
You can get the list of available names with:
pixi workspace register listThis is kind of long, I might create an alias for that.
Beta Was this translation helpful? Give feedback.
All reactions