A
A
Armyashka2020-09-05 20:58:23
Python
Armyashka, 2020-09-05 20:58:23

How to install python 3.8 in pycharm on mac?

Pycharm works with python 2.7 by default, is there any way to install later versions there?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
Web Dentist, 2020-09-05
@kgb_zor

Pycharm works with python 2.7 by default

Who told you that?)
You just need to install the version of python that you need on the poppy.
Then create an environment via the console at the root of the project
python3 -m venv venv
Or using PyCharm
File->Settings->Project: Name of your project->Click on the gear->Add new-> New env
in the base interpreter select the desired python or click on "... " and specify where it is located -> Ok -> Apply

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question