akshat122805 / fastpages

Apache License 2.0
1 stars 3 forks source link

[fastpages] Bash Hacks #4

Open akshat122805 opened 2 years ago

akshat122805 commented 2 years ago

Is there anything we use to verify tools we install? Think about versions. We can use conditional commands (if-then statements) to see if we have something installed or not.

Is there anything we could verify with Anaconda? To verify is Anaconda is installed, we can use conda list.

How would you update a repository?

We can use git add to add files that we need to commit, git commit to commit the files that are added, and git push to publish the files we have commited.

Really cool would be automating a procedure from installation.

We can use a script that runs all of the necessary commands to automate this procedure.