echo "The currently installed python verision:"
python --version
echo ""
echo "The currently installed conda verion:"
conda --version
echo ""
echo "The currently installed java features:"
java --version
echo ""
echo "The currently installed jupyter packages:"
jupyter --version
The currently installed python verision:
Python 3.9.12

The currently installed conda verion:
conda 4.14.0

The currently installed java features:
openjdk 11.0.16 2022-07-19
OpenJDK Runtime Environment (build 11.0.16+8-post-Ubuntu-0ubuntu120.04)
OpenJDK 64-Bit Server VM (build 11.0.16+8-post-Ubuntu-0ubuntu120.04, mixed mode, sharing)

The currently installed jupyter packages:
Selected Jupyter core packages...
IPython          : 8.2.0
ipykernel        : 6.9.1
ipywidgets       : 7.6.5
jupyter_client   : 6.1.12
jupyter_core     : 4.9.2
jupyter_server   : 1.13.5
jupyterlab       : 3.3.2
nbclient         : 0.5.13
nbconvert        : 6.4.4
nbformat         : 5.3.0
notebook         : 6.4.8
qtconsole        : 5.3.0
traitlets        : 5.1.1

Jupyter Kernel Checks:

jupyter kernelspec list
Available kernels:
  bash          /home/saathvika/.local/share/jupyter/kernels/bash
  java          /home/saathvika/.local/share/jupyter/kernels/java
  javascript    /home/saathvika/.local/share/jupyter/kernels/javascript
  python3       /home/saathvika/.local/share/jupyter/kernels/python3

Anaconda Location Check:

echo "Folders inside WSL:"
ls /
echo ""
echo "Folders inside Home:"
ls /home
echo ""
echo "Folders inside Saathvika:"
ls /home/saathvika
echo ""
echo "We've found Anaconda!"
Folders inside WSL:
bin   etc   lib    libx32      mnt   root  snap  tmp  wslLdjHgc
boot  home  lib32  lost+found  opt   run   srv   usr  wsldnLbHg
dev   init  lib64  media       proc  sbin  sys   var

Folders inside Home:
saathvika

Folders inside Saathvika:
APCSA            Anaconda3-2022.05-Linux-x86_64.sh    vscode
APCSA-Fastpages  Anaconda3-2022.05-Linux-x86_64.sh.1
APCSP            anaconda3

We've found Anaconda!