Python Forum
Which interpreter on my computer should I use?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Which interpreter on my computer should I use?
#2
Look at VS Code from start
Quote:I feel like I need to clean them up somehow.
Is there a way to do it?
No do not try to clean up if you don't know what you do.
Virtual environment can be cleaned up,but do not mess with OS install of Python.

Quote:Out of these 9 interpreters, which one to use?
The one you want to work with Wink
You have Python 3.7,so use that.
Test with python3 and pip3 -V command line and see if it point to 3.7.

Quote:And why does it say (venv) in Python 3.6.5::Anaconda, Inc.?
Because it's made a virtual environment with Anaconda.
Look at my tutorial here to learn more about Anaconda.
Reply


Messages In This Thread
RE: Which interpreter on my computer should I use? - by snippsat - Sep-20-2018, 08:58 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020