We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So, when I pip install or setup.py install something, conda list usually picks it up:
pip install
setup.py install
conda list
$ conda list gwcs # packages in environment at .../anaconda/envs/py37: # # Name Version Build Channel gwcs 0.10.dev429 <pip>
But it cannot "see" baldrick:
baldrick
$ conda list baldrick # packages in environment at .../anaconda/envs/py37: # # Name Version Build Channel
Why is it so?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So, when I
pip install
orsetup.py install
something,conda list
usually picks it up:But it cannot "see"
baldrick
:Why is it so?
The text was updated successfully, but these errors were encountered: