-
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