I'm confused with the python version I'm using (under Ubuntu):
I'm using pycharm.
In pycharm I'm using python 3.6.8 (checked with pycharm terminal python --version)
When I'm working from linux terminal (not pycharm terminal) and I'm checking the version I'm getting:
3.7.6
I checked which python versions I'm using:
sudo update-alternatives --config python
* 2 /usr/local/bin/python 3.6 0 manual mode
when checking:
python which:
/home/userA/miniconda3/bin/python
- Why the terminal shows 3.7.6 version while I set the 3.6 version ? 
- How can I fix it ? 

which python. This will show you what python terminal is using