1

How can I fix this and make sure that I'm installing Scipy, Matplotlib, GDAL, and Numpy in the correct python version if my QGIS 3.8 uses Python 3.6 and my Macbook Terminal is using Python 2.7? I'm trying to fix this for the SCP plugin.

enter image description here

enter image description here

asked Nov 19, 2020 at 22:21
1
  • Hi Thank you so much - I realized it too that I have to write Python 3 install _________ when I want to specify something in the terminal. I found the answer on this link stackoverflow.com/questions/42502614/… Commented Nov 19, 2020 at 23:16

1 Answer 1

2

Try:

python3 --version 

or

/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 --version
answered Nov 20, 2020 at 0:21

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.