The default shell is usually bash
,
but if your machine is set up differently
you can run it by opening a terminal and typing bash
.
There is no need to install anything.
If Git is not already available on your machine you can try
to install it via your distro's package manager
(e.g. apt-get
).
Kate is one option for Linux users.
We recommend the all-in-one scientific Python installer Anaconda.
bash Anaconda-and then press tab. The name of the file you just downloaded should appear.
yes
and press enter to approve
the license. Press enter to approve the default
location for the files. Type yes
and
press enter to prepend Anaconda to
your PATH
(this makes the Anaconda
distribution the default Python).
python swc-installation-test-1.pyand press enter. The script confirms that your default Python version is correct for the bootcamp. Success is indicated by the word
Passed
.
python swc-installation-test-2.pyand press enter. The script confirms that you have bash, git, a code editor, and the Python libraries that we will use in the bootcamp have been installed. It prints a collection of success and/or failure messages.
If either script fails, please contact Doug at dlatornell@eos.ubc.ca or in ESB-3053.