Week 1 - Bash Hacks

  • A conditional command can help to verify the versions of programs and tools
  • To verify Anaconda and its installed version, conda list can be used
  • git add will download the needed files from the repository, git commit will commit to the repository, and git push will push the changes to the repository.
  • Scripts can be run to automate various tasks such as the installation of programs (like a .exe file).