Install local packages as part of environment activation #883
Closed
amirhosseindavoody
started this conversation in
General
Replies: 2 comments
-
Not yet. You can follow this issue to see when there will be support: #524 |
Beta Was this translation helpful? Give feedback.
0 replies
-
As we speak we're working on the design for that: #879 This depends on the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi Pixi team,
Thanks for the awesome work.
I am wondering if there is a way to install local python packages as part of environment definition.
Currently I can do this with using
activation
section of the pixi.toml file and pip install a local package. But I think this is hack. I know that I can build the local package and install it from a local conda-channel, but I am looking for something like thepip install -e
.Beta Was this translation helpful? Give feedback.
All reactions