How can i get the list of explicitly added packages in an environment #3955
Replies: 1 comment
-
Sorry I just figured it out. I can add the flag |
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.
-
I am trying to list all the packages that have been explicitly added in an environment.
apart from looking at the
toml
file, is there a command line option that i can use?I know that
pixi list -e default
sends the list of all packages indefault
env. and I can redirect the output to a text file. But there is no way to filter the output to list only explicitly installed dependencies.Beta Was this translation helpful? Give feedback.
All reactions