-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why are not all environments created on pixi install
?
#1333
Comments
He @vigneshmanick, this is expected behavior. Most of our other cli tools that interact with the environment also install the required environment. Take for instance The |
no-default-feature
environment not being createdpixi install
?
Thanks for the info. This was not clear to me, now running
I guess the maybe [no-default-feature]
include = [ "platforms", "system-requirements" ] |
The current logic only takes over what is defined in the The system requirements could be revisited. But for now the fix would be is to redefine them. I posted a different idea for system requirements in general in this Issue. |
Your proposal makes sense. I am closing this issue and will followup on the linked ones. Thanks again for the prompt and detailed response. |
`environment` flag was missing from documentation. Also updated documentation as mentioned in prefix-dev#1333 (comment)
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
In the above example, i used the new feature in the v0.21
no-default-feature
and after running the following commandrm -f pixi.lock && pixi install
, thelint
env is not present in the.pixi/envs
folder.What am i doing wrong?
Expected behavior
both
default
andlint
envs are present and usable.The text was updated successfully, but these errors were encountered: