MacOS:
- Open terminal
xcode-select --install
Windows 10:
- Turn Windows features on and off -> check "Windows subsystem for Linux" -> ok
- Reboot
- Microsoft Store -> search “Ubuntu” -> Install
- Set up Ubuntu
- Open Ubuntu
- Let it install, then set a username and password (you probably want to write this down somewhere)
sudo apt update
sudo apt upgrade
- Note that windows cannot see your root directory. If you want to get to your C drive
cd /mnt/c
. Remember this for later
Ubuntu: All the tools we need are part of a vanilla install
Alternatively, you can install a GUI that uses git. For example GitHub Desktop, or GitKrakken, ...
You should now be able to enter git --version
and have it return "git version 2.17.1". (The version won't matter for what we're doing.)
All OS:
Program | Link | Notes | Size |
---|---|---|---|
Matlab | http://laptops.eng.uci.edu/software-installation/matlab | Install Matlab 2020. You won't need any toolboxes. | 5GB |
Mathematica | https://uci.service-now.com/kb_view.do?sysparm_article=KB0010917 | 9GB | |
Anaconda | https://www.anaconda.com | Install Python 3.8 | 6GB |
Blender | https://www.blender.org/ | 0.4GB |
Windows users:
Program | Link | Notes | Size |
---|---|---|---|
Ubuntu | (Installed through in Windows 10) | 0.6GB | |
Putty | https://www.putty.org | 0.01GB |
Approximate total: 22GB
There are two ways to do this.
-
Using conda: https://anaconda.org/conda-forge/julia
-
Using JuliaLang: https://datatofish.com/add-julia-to-jupyter/