折腾:
TensorFlow Anaconda Cuda Cudnn
期间,先去折腾Anaconda
Anaconda Distribution | Anaconda
conda-forge | community driven packaging for conda
(虽然也已经安装了Python 23.x)考虑到当前命令行中使用的是Python 2.7:
➜ crifan.github.io git:(master) python -V
Python 2.7.13
所以还是下载
Python 2.7的安装包吧:
https://repo.continuum.io/archive/Anaconda2-5.0.1-MacOSX-x86_64.pkg
从邮件中得到:
2017-08_Anaconda_Starter_Guide_CheatSheet_Web.pdf
看到解释了:
“Why do I needAnaconda Distribution?
Installing Python in a terminal is no joy. Many scienti c packages require a speci c versionof Python to run, and it’s di cult to keep them from interacting with each other. It is evenharder to keep them updated. Anaconda Distribution makes getting and maintainingthese packages quick and easy.
What is Anaconda Distribution?
It is an open source, easy-to-install high performance Python and R distribution, with the conda package and environment manager and collection of 1,000+ open source packages
with free community support.
Then what is Miniconda?
It’s Anaconda Distribution without the collection of 1,000+ open source packages.With Miniconda you install only the packages you want with the conda command,conda install PACKAGENAME
Example: conda install anaconda-navigator
”
有在线文档:
Anaconda Distribution | Anaconda: Documentation
Anaconda Navigator | Anaconda: Documentation
找找安装后的:
Anaconda Navigator
没看到tensorflow
Anaconda Navigator | Anaconda: Documentation
navigator中只有:
Jupyter Notebook
Orange App
QTConsole
Glueviz
Spyder
RStudio
没有我此处需要的Tensor Flow
Getting started — Conda documentation
Learn Python for Data Science Online | DataCamp
转载请注明:在路上 » 【记录】折腾Anaconda