Alias Commmands

  • alias verify=”bash Verification.sh”
  • alias Installer=”bash InstallSpencerPark.sh”, I had made a spencer park java kernel installer since the activate macos script didnt work for the class.

Installation Checks

VerifyCommandwithversionchecks

  1. Homebrew Installation since I need to have my amazing package manager to install some tools whenever.

  2. Ruby and Bundler are both combined installations, but this is necessary for running make.

  3. Python is pretty important for running some of my installations such as nbconvert and for ipynb notebooks so I have a relatively up to date version of python.

  4. Mdless was needed to run one of the last code cells in the verify section of the nighthawk pages and I used this installations to do stuff like listing out all the commands using the code from nighthawk pages, which I thought was cool.

  5. I check all of the jupyter core packages and as you can see nbconvert is one of these packages and this is important for make.

  6. Over here, you can see my java kernel installed, and I used my custom script to do this, and also this script was able to install it on Johnathon’s machine too.

  7. Over here you can see all of my git config stuff setup, so I am able to push to github.

  8. These are some of the variables I had set up in my project and that were instructed by Nighthawk Pages to be setup like Project directory, project, and repo.

  9. My project and repo both exist in my machine and this script from Nighthawk pages was integrated into my verficiation script.

Verification Code Cells

Screenshot 2024-08-26 at 11 25 08 PM Screenshot 2024-08-26 at 11 25 28 PM Screenshot 2024-08-26 at 11 25 54 PM Screenshot 2024-08-26 at 11 26 14 PM Screenshot 2024-08-26 at 11 26 56 PM Screenshot 2024-08-26 at 11 27 07 PM Screenshot 2024-08-26 at 11 27 27 PM Screenshot 2024-08-26 at 11 27 44 PM Screenshot 2024-08-26 at 11 27 55 PM Screenshot 2024-08-26 at 11 28 05 PM Screenshot 2024-08-26 at 11 29 10 PM Screenshot 2024-08-26 at 11 29 28 PM Screenshot 2024-08-26 at 11 29 52 PM