Complete overhaul
Make sure you have give:
* Atleast 50G to /
* Atleast 2G to boot
* Atleast 20G to swap
CUDA
- Follow
.deb
file procedure for installation on CUDA website. Therunfile
option doesn’t work well.
TeX Live
sudo apt-get install texlive
- If for some reason you cannot install packages with
tlmgr
, use:sudo tlmgr option repository ftp://tug.org/historic/systems/texlive/2017/tlnet-final
to go back to add an old repository.
- Make sure you check the HEAD package on CTAN, in case a package installation fails.
Python with Anaconda3
- Install Python with
anaconda
using thesh
file by running:chmod +x ./Anaconda3-<version>.sh
- If for some reason you need to install again, delete
~/.conda/
before setting a new environment.