I have 2 python locations.
1st Location and Version:
~$ which python
/Users/alejandrocampos/opt/anaconda3/bin/python
Which corresponds to
Python 3.9.7 (default, Sep 16 2021, 08:50:36)
[Clang 10.0.0 ] :: Anaconda, Inc. on darwin
2nd Location and Version:
~$ which python3
/opt/homebrew/bin/python3
Which corresponds to
Python 3.9.13 (main, May 24 2022, 21:13:51)
[Clang 13.1.6 (clang-1316.0.21.2)] on darwin
I do not know exactly why and what implies... How can I know which one is being used in Sublime text, Vs Code or Jupyter notebook? How can I know which packets I have installed in each python version?
Thanks!