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

pixi global install --import ./environment.yml OR something similar #1311

Closed
BrayanLope5 opened this issue May 1, 2024 · 2 comments
Closed
Labels
✨ enhancement Feature request

Comments

@BrayanLope5
Copy link

Problem description

I would like a way to keep track of global packages. This would be useful when using other machines. Right now I have to keep a list of global packages in a random text file. For example there are some packages that I need to use on random, one time, directories. For example yt-dlp. Therefore access in any directory is needed but I can't have an environment.yml for example that I can use to keep track of this packages when going from one machine to another machine. It is really useful to have pixi init --import ./environment.yml and pixi.toml for projects but is there a way to have something like that for global packages/environment?

@BrayanLope5 BrayanLope5 added the ✨ enhancement Feature request label May 1, 2024
@ruben-arts
Copy link
Contributor

Our global environment is not one environment. Every package is installed into its own environment. Like pipx does for pypi packages.

The solution to this request is closely related to #1280.

@BrayanLope5
Copy link
Author

I saw the example you gave, it seems like a good option. Hoping something like that gets implemented. And thank you for the quick reply:)

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

2 participants