Skip to content
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

Add global option for pixi config, as in pixi config edit --global #1557

Closed
corneliusroemer opened this issue Jul 3, 2024 · 1 comment
Closed
Labels
✨ enhancement Feature request

Comments

@corneliusroemer
Copy link

Problem description

I might want to edit (and possibly create) a global pixi config file from within a directory that has pixi.

Right now, I don't think I can do this with pixi config edit, without moving out of the directory.

Would be nice if there was a -g/--global flag that would open the global file, rather than the local one.

@ruben-arts
Copy link
Contributor

This already works but you need to add it in the end and with full name.

pixi config edit --global

#1586 adds it to the documentation and adds the short version.

tdejager pushed a commit that referenced this issue Jul 9, 2024
result of try this issue: #1557

now you can run 
```
pixi config xxx -g
pixi config xxx -s
pixi config xxx -l
```
for `global` `system` and `local`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement Feature request
Projects
None yet
Development

No branches or pull requests

3 participants