I'm asking you a question about Python version when you set the interpreter during installation in PyCham.

Asked 2 years ago, Updated 2 years ago, 104 views

Hello. I'm installing PiCham this time, but isn't there an interpreter setting in the middle of the installation?

There were only 2.6 and 2.7 versions of Python that I could choose at that time. (There are only 2.6 and 2.7 versions in the Python folder in the library.) I'm not sure if this was installed when the anaconda was installed or if I installed it separately before.)

When I checked the Python version at the terminal, it says 3.6, but I wonder why those two are the only ones that come up when I install PaiCham.

I heard that Python 2 and Python 3 are not compatible, so while I'm installing it, I want to install it as the latest version 3, but I'm embarrassed that there are only two versions that can be selected by interpreter. ㅠ<

How do we solve this problem? Should I reinstall the anaconda? ㅠ<

pycharm

2022-09-21 22:16

1 Answers

Python is installed on the Mac by default (I know the latest os is 2.7).)

If you downloaded and installed it from Python's official website,

You can search for Preference-> Project Interpreter in PyCham and find the newly installed Python path.

The path is expected like this: /Library/Frameworks/Python.framwork/Versions/3.6/bin/python3.6


2022-09-21 22:16

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.