S
S
Saharman2018-05-22 14:00:13
Python
Saharman, 2018-05-22 14:00:13

How to add python 3 to PyCharm?

I don't have python 3 in my interpreters. How can I add it? I am using PyCharm on Ubuntu.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vyacheslav, 2018-05-22
@Saharman

1) It looks like Python3 is not installed on the system -> sudo apt-get install python3
2) To use Python, it is best to create virtual environments, you can read more: https://docs.python.org/3/library/venv.html , after installing python3 when adding an interpreter to PyCharm, there should be a setting about creating a virtual environment for the project.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question