Wednesday, October 18, 2017

New Deep Learning Ubuntu Setup

My custom setup fora new Ubuntu machine. I keep the bashrc and .emacs files in on a USB and copy them. I gave up on Dropbox on Ubuntu/Linux. Will need to try some other solution.

sudo apt-get -y install keepassx
mv .bashrc .bashrc.bak
ln -s ~/Desktop/deep_learning_pc_setup/.bashrc .
ln -s ~/Desktop/linux_home_dir_setup/.bashrc.include .
ln -s .bashrc .b
ln -s .bashrc.include .b.i
ln -s ~/Desktop/linux_home_dir_setup/.bashrc.alias .
ln -s .bashrc.alias .b.a
source ~/.b
sudo apt-get -y install emacs



Then follow these instructions.
http://programmingmatrix.blogspot.com/2017/04/clean-tensorflow-10-installation.html

No comments:

Post a Comment