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
0
2 comments
Are you able to import your libraries in your python3.3 shell in the command line?
0
Avatar
Permanently deleted user
Thank you Andrey for your comments.
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
0

Please sign in to leave a comment.