Reading python SO questions. Question after question is roughly, "I pip installed something, I can't import it." Folk have no idea what environment is active when running pip, nor when running their code in console, nor IDE.
before and after running pip:
$ which python
$ pip install package
$ pip freeze
$ pip freeze | grep package
As for the IDE, there should be a script.♡ 2 ↻ 0