How to use pixi global install --git for packages without [tool.pixi.*] sections?
#4720
Unanswered
agostini01
asked this question in
Q&A
Replies: 1 comment
-
|
I hit the same issue when trying to use |
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,
I’ve been learning Pixi over the past few weeks.
So far, I’ve had great success using global installs for packages uploaded to conda-forge.
Today, I tried converting the following uv command to Pixi in order to install a package directly from GitHub using --git:
I translated this to:
However, I received the following error:
Then I tried:
But got a similar error:
Question
Is it possible to perform a
pixi global install --gitfor packages that do not contain any [tool.pixi.*] sections in their pyproject.toml?If so, how can this be done?
Beta Was this translation helpful? Give feedback.
All reactions