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

suggest conda list --only-pip #8286

Closed
m0ast opened this issue Feb 14, 2019 · 3 comments
Closed

suggest conda list --only-pip #8286

m0ast opened this issue Feb 14, 2019 · 3 comments
Labels
locked [bot] locked due to inactivity stale::closed [bot] closed after being marked as stale stale [bot] marked as stale due to inactivity type::feature request for a new feature or capability

Comments

@m0ast
Copy link

m0ast commented Feb 14, 2019

Is there someway for conda list to only show pip packages. (--only-pip)
As pip list show me conda packages too, it's actually difficult to only list the ones i installed with pip.

@kylekeppler
Copy link

Conda env export has a section for pip packages that probably wouldn't be hard to parse.

@soapy1
Copy link
Contributor

soapy1 commented Feb 26, 2019

you can use grep to get pip packages

conda list | grep pypi

@kenodegard kenodegard added type::feature request for a new feature or capability and removed type::enhancement labels Jan 18, 2022
@github-actions
Copy link

Hi there, thank you for your contribution!

This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.

If you would like this issue to remain open please:

  1. Verify that you can still reproduce the issue at hand
  2. Comment that the issue is still reproducible and include:
    - What OS and version you reproduced the issue on
    - What steps you followed to reproduce the issue

NOTE: If this issue was closed prematurely, please leave a comment.

Thanks!

@github-actions github-actions bot added the stale [bot] marked as stale due to inactivity label Jan 19, 2023
@github-actions github-actions bot added the stale::closed [bot] closed after being marked as stale label Feb 19, 2023
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Feb 19, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity stale::closed [bot] closed after being marked as stale stale [bot] marked as stale due to inactivity type::feature request for a new feature or capability
Projects
None yet
Development

No branches or pull requests

5 participants