Use pip package inside Conda environment
问题 I am confused about how the packages installed through pip and conda work together. What I do know: pip and conda install different package format. What are the implications here except that pip can not install the conda package format? (which is fine for the purpose of this question since you can always use the appropriate command to install a package; I am interested in the part that follows) Say, package A is installed via pip ; package B installed via conda in an isolated conda