Setup Instructions
Please install the following environment before the first class.
Apple macOS
- Download the Installer for macOS from one of the following locations:
- Open the Terminal.app (from /Applications/Utilities or searching for “Terminal” using the “Spotlight” search).
- Enter the following commands into the Terminal (command line):
cd Downloads bash SWC-conda-0.0.6_CMSC6950-MacOSX-x86_64.sh
- Accept the defaults for first the question regarding install location with [Enter].
- Answer the question regarding adding the SWC-Conda install location to your PATH with yes.
- Pull the Terminal.app into your Dock for easy access.
- Close the Terminal by typing
exit
followed by [Enter] and open it again.
Linux
- Download the Installer for Linux from one of the following locations:
- 64 bit Linux:
- 32 bit Linux:
- Open the Terminal from the launcher or search.
- Enter the following commands into the Terminal (command line):
cd Downloads bash SWC-conda-0.0.6_CMSC6950-Linux-x86_64.sh
- Accept the defaults for first the question regarding install location with [Enter].
- Answer the question regarding adding the SWC-Conda install location to your PATH with yes.
- Pull the Terminal.app into your Launcher/Dock for easy access.
- Close the Terminal by typing
exit
followed by [Enter] and open it again.
Windows
- Go to the Control Panel / System and Security / System to confirm whether you have a 64bit or 32bit Operating System.
- Download the Windows Installer matching to your 64 or 32 bit system from one of the following locations:
- 64 bit Windows Installers:
- 32 bit Windows Installers:
- Run the Installer, accepting all defaults. This can take several minutes.
- From the Start Menu in the group “Anaconda 3 (64 or 32 bit)” open “Git Bash”.
- Pin the Git Bash to your Start Menu or Taskbar for easy access.
- Close the Terminal by typing
exit
followed by [Enter] and open it again.