随笔分类 - 安装工具
摘要:1.安装MacPorts的官方网站:http://www.macports.org/install.php有dmg安装和源代码安装两种方式,下载dmg格式一步步安装即可2.使用更新ports tree和MacPorts版本:sudo port -v selfupdate搜索索引中得软件:port s...
阅读全文
摘要:During startup - Warning messages:1: Setting LC_CTYPE failed, using "C"2: Setting LC_COLLATE failed, using "C"3: Setting LC_TIME failed, using "C"4: S...
阅读全文
摘要:安装Mahout之前,一定要把hadoop装好,hadoop的安装方法可以参考我的前一篇随笔,我安装的是hadoop2.7.0,具体方法在此不做介绍。1.首先下载相应版本的Mahout:axel -n 10 http://archive.apache.org/dist/mahout/0.9/maho...
阅读全文
摘要:因为使用需要,在自己小本上建了四个虚拟机,打算搭建一个1+3的hadoop分布式系统。 环境:hadoop2.7.0+ubuntu14.04 (64位) 首先分别为搭建好的虚拟机的各主机重命名 方法:vi /etc/hostname 例如:ubuntu0 ubuntu1 ubuntu2 ubuntu
阅读全文
摘要:安装PILMac或Linux安装命令:sudo easy_install PIL如果报错:fatal error: 'freetype/fterrors.h' file not foundMac下所依赖的FreeType链接变更问题,解决如下:ln -s /usr/local/include/fre...
阅读全文
摘要:brew install freetypebrew install libpngsudo easy_install pip#图形显示模块sudo pip install matplotlib输入以下命令来测试是否安装成功:python -c 'import matplotlib.pyplot as ...
阅读全文

浙公网安备 33010602011771号