Python3.3 with anaconda on Pycharm
Hello,
I am now working with python2.7 and try to move to 3.3.
When I use python2.7, I can use python with anaconda by adding anaconda/python as an interpreter.
But, as to python3.3, what should I do to make pycharm recognize anaconda scientific libraries?
I am now using Mac OS 10.9.
If there is anyone who know well about this, please help me..
gatapishi
I am now working with python2.7 and try to move to 3.3.
When I use python2.7, I can use python with anaconda by adding anaconda/python as an interpreter.
But, as to python3.3, what should I do to make pycharm recognize anaconda scientific libraries?
I am now using Mac OS 10.9.
If there is anyone who know well about this, please help me..
gatapishi
Please sign in to leave a comment.
I could solve my problem.
All I have to do is set the python to
/anaconda/envs/python..../bin
in my Pycharm.
I should have confirm which python I use in terminal windw by "which" at first.
Best,
gatapishi