Replies: 2 comments 5 replies
-
I wonder the same!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is discussed in the docs: https://pixi.sh/latest/python/tutorial/#managing-both-conda-and-pypi-dependencies-in-pixi
Any package installed without |
Beta Was this translation helpful? Give feedback.
5 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering how I can best use
pixi
anduv
together. Previously, I have been usingconda
/mamba
alongsidepip
which enables me to installpypi
dependencies inside the appropriateconda
environment. Should I add an instance ofuv
to eachpixi
environment I wish to create, or should I dopixi global install uv
and activatepixi shell
inside the environment I want to useuv
in? Any comprehensive documentation for how this interop works relative toconda
andpip
would be much appreciated. The reason I ask this is because I need to useuv
for #3730 via--no-build-isolation
alongside options when installing specific packages.NOTE:
I have tried the shell method already with a global
uv
installation and it seems to create a.venv
folder in my project even though these packages should just be installed in the.pixi
environment located in the same directory. It appears that I can delete the.venv
and still use thepypi
libraries I installed viauv
. Is this recommended behavior?Beta Was this translation helpful? Give feedback.
All reactions