Verify Environment
Bash program that verifies the environment is proper for work.
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
python --version
python2 --version
java --version
conda --version
# cd ~/GithubRepositories/ADfastpages
# bash searchConda.sh