I'm having serious troubles on configuring my Python. I want use the Spyder IDE but I can't configure the default Python on system.
In resume I configured Python path to point to: /usr/bin/python3
on .bash_profile, but the default python env points to other local that I don't know neither the reason neither true local. I've checked it with python -V
and which python
, it return to me python 2.7.16
.
MacBook-Air-de-Augusto-2:~ augustosansoncadini$ /usr/bin/python3 -V
Python 3.8.2
My goal is just configure default Python path to /usr/bin/python3
and pip
to this too.