iPython installed but not found

后端 未结 6 1828
清酒与你
清酒与你 2020-12-05 12:53

I\'ve recently deleted Anaconda and reinstalled python with brew. I\'ve installed everything according to these instructions.

Python works great, and all packages I\

6条回答
  •  春和景丽
    2020-12-05 13:34

    Sometimes you just need to source your bash_profile after you successfully installed anaconda.

    source ~/.bash_profile
    

提交回复
热议问题