Ubuntu 20 64bit
works fine for me.Installation of python3
sudo apt install python3
Pip Installation
sudo apt install python3-pip
Add following alias in $HOME/.bash_aliases
in some cases file may be hidden.
alias pip="/usr/bin/python3 -m pip "
Refresh current terminal session.
. ~/.profile
pip
pip install {{package_name}}
to get Home path
echo $HOME
you will get your home path.