Hacks

  • Is there anything we use to verify tools we install?

yes, you can attempt to redownload a tool, or check its version.

python --version
sudo apt install python3
Python 3.9.12
[sudo] password for avinh: 

Is there anything we could verify with Anaconda?

  • when in anaconda, text should be prefixed with (base)

image of terminal with anaconda (base)

How would you update a repository?

  • pulling code
git pull
Already up to date.

Really cool would be automating a procedure from installation.

  • automating the procedure for installing? Michaels already doing that XDD
  • ill give it a try later