My Mac has already installed Anaconda. When i want to install a package, for example, jaqs. I use
pip3 install jaqs
Then i use
pip3 list
It seems that i have successfully installed jaqs with pip3
But then i type python3 in terminal, it is the python3.5 in Anaconda, rather than the System self-contained python3.5. I type
import jaqs
But no such module.(I checked the conda list, finding that no jaqs module in it) So my question is: How can i open the system self-contained python3.5 in terminal and import jaqs. If not, i can't use the module in Pycharm. Sad. Thx.