Skip to content

Files

Latest commit

May 24, 2024
75c3de9 · May 24, 2024

History

History

InstallFest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 24, 2024

Install software for Bootcamp

Git and command line tools

MacOS:

  1. Open terminal
  2. xcode-select --install

Windows 10:

  1. Turn Windows features on and off -> check "Windows subsystem for Linux" -> ok
  2. Reboot
  3. Microsoft Store -> search “Ubuntu” -> Install
  4. Set up Ubuntu
    1. Open Ubuntu
    2. Let it install, then set a username and password (you probably want to write this down somewhere)
    3. sudo apt update
    4. sudo apt upgrade
    5. 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.)

Other software

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

Julia for Jupyter

There are two ways to do this.