Introduction

This is a simple bash notebook to verify installations and versions of proper tools for development.

Taking in user input does not work in a bash notebook. As a result, the last cell of this notebook was replaced by another notebook that instead used python magic to verify installation of a user inputted conda package.

jupyter kernelspec list
Available kernels:
  bash          /Users/sahilsamar/Library/Jupyter/kernels/bash
  java          /Users/sahilsamar/Library/Jupyter/kernels/java
  javascript    /Users/sahilsamar/Library/Jupyter/kernels/javascript
  python3       /Users/sahilsamar/opt/anaconda3/envs/myenv/share/jupyter/kernels/python3
python --version
python2 --version
java --version
conda --version
Python 3.10.5
Python 2.7.18
java 18.0.2 2022-07-19
Java(TM) SE Runtime Environment (build 18.0.2+9-61)
Java HotSpot(TM) 64-Bit Server VM (build 18.0.2+9-61, mixed mode, sharing)
conda 4.13.0
# cd ~/GithubRepositories/ADfastpages
# bash searchConda.sh