have different version of python installed to my Mac, when I opened vs studio code it said I am using version 2.7.16 while the terminal for my Mac said its 3.8.5. How am I going to config that?
Asked
Active
Viewed 95 times
0
-
Uninstall 2.7.16. What happens? – no ai please Jul 01 '21 at 01:44
-
5@Someone_who_likes_SE that might be the system python 2 installation, in which case uninstalling it is a **very bad idea** – SuperStormer Jul 01 '21 at 01:45
-
Got it. Then uninstall 3.8.5, what happens? – no ai please Jul 01 '21 at 01:47
-
2Does this answer your question? [How can I change the Python version in Visual Studio Code?](https://stackoverflow.com/questions/48135624/how-can-i-change-the-python-version-in-visual-studio-code) – SuperStormer Jul 01 '21 at 01:48
-
1Also likely to be a **bad idea**, as that may be the system *python 3* installation. – SuperStormer Jul 01 '21 at 01:48
-
4@Someone_who_likes_SE both python versions _could_ be system python required by the underlying OS, please refrain from recommending users to uninstall software, it could cause them harm. – metatoaster Jul 01 '21 at 01:49
-
Welcome to SO! Please take the [tour] and read [ask]. In the future, please use a descriptive title, like "How do I config VS Code to use a different version of Python?" – wjandrea Jul 01 '21 at 02:00