For any question write to : phy.vijayraj@gmail.com
Python3.8 ---> UBUNTU20.04 LTS
sudo apt-get install python-pip
python3 -m pip install package_name [e.g. :::: >> python3 -m pip install notebook]
pip3 install jupyterlab -------------> python3-m pip OR pip3 they are same
ANACONDA Here
cd Downloads
bash anacondalink.sh
Follow and default path is /home/xyz/
say yes yes
In order to get rid off (base) environment use
conda config --set auto_activate_base false
i copied the .sh file in main anaconda3 folder.