python 3.x - Anaconda does not work on python3? -
i downloaded anaconda packaged installer(for python3.5 , 64bit) osx el capitan.
after installed anaconda, can use matplotlib , other modules on python2. however, cannot use these modules in python3.
so, googled , found similar 1 (how run conda?) checked .bash_profile
, found automatically created code anaconda
# added anaconda3 4.0.0 installer export path="/users/username/anaconda/bin:$path"
this .bash_profile
code python3
path="/library/frameworks/python.framework/versions/3.5/bin:${path}"
however, still cannot import module on python 3, , cannot use command conda
on command shell.
what should need run conda , import modules on python3?? in advance.
i found simple solution(?). close opened terminal windows, , reopen try conda
or import modules. works!
Comments
Post a Comment