-
Notifications
You must be signed in to change notification settings - Fork 493
Add env var PIXI_NOINSTALL #5837
Copy link
Copy link
Open
Shardz4/pixi
#1Labels
approvedThe Pixi maintainers welcome contributions to solve this issue or implement the feature/bugfix.The Pixi maintainers welcome contributions to solve this issue or implement the feature/bugfix.enhancementNew featuresNew features
Metadata
Metadata
Assignees
Labels
approvedThe Pixi maintainers welcome contributions to solve this issue or implement the feature/bugfix.The Pixi maintainers welcome contributions to solve this issue or implement the feature/bugfix.enhancementNew featuresNew features
Problem description
There are env vars PIXI_LOCKED and PIXI_FROZEN, but none for --no-install cli param.
I want to set up a pixi env that is read-only for consumers. They should run pixi shell --as-is, but what would be more convenient is to setup an .envrc that sets PIXI_FROZEN=true and PIXI_NOINSTALL=true so that they won't attempt any operations that require write access.