Skip to content

How do you add a local library to a pixi project? #1071

Answered by ruben-arts
matthewfeickert asked this question in Q&A
Discussion options

You must be logged in to vote

He @matthewfeickert,

You're just in time! #985 would indeed do the first part of that. But #1044 is really going to change this experience with editable installs. It doesn't include an pixi add x command, yet, but we do provide the underlying functionality to add test_package = { path = ".", editable = true} to your pixi.toml.

This way you can install unreleased, local packages.

I'm not sure how you get your pixi installed but to test the latest main you can use cargo install --locked --git https://github.com/prefix-dev/pixi.git or brew install --HEAD pixi.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by matthewfeickert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants