-
Notifications
You must be signed in to change notification settings - Fork 19
Install tensorflow FreeBSD
Higepon Taro Minowa edited this page Jul 25, 2017
·
17 revisions
- Available package system in the server
- bash -c "$(curl -fsSL https://raw.githubusercontent.com/bellflower2015/pspkg/master/setup.bash)"
- さくらのレンタルサーバ(スタンダード)でportsとpkgngを使って超簡単インストールツールを作ってみた - Qiita
- didn't work with bsd.port.mk", line 1042: Unknown directiv when pspkg --install lang/python36
- Install Python 3.6.1 from source
./configure --prefix=$HOME/local/python gmake -j8 && gmake -j8 install
- .bashrc
. export PYTHON=$HOME/local/python/bin/python3 . export PATH=$HOME/local/python/bin:$PATH . export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/local/python/lib . which pip3 /home/monaos/local/python/bin/pip3
- install tensorflow from source
- on mac
. git clone https://github.com/tensorflow/tensorflow.git . cd tensorflow . git checkout v1.1.0
- scp it to freebsd