When I try to run code in editor,it says that there is no available interpreters.Please,help.How can I solve the problem?
I think it's better to run this command
$ sudo apt-get install python3-distutils
This page Configuring Python Interpreter tells all the information you need.
To configure Python virtual environment, follow these steps:
Just read the PyCharm's Docs.
https://www.jetbrains.com/pycharm/quickstart/configuring_interpreter.html
Step by step:
Settings
.Project Interpreter
.Local
option./usr/bin/python
or /usr/bin/pythonX.Y
where X and Y are the version. In Windows, it is used to be in C:\python
.PD: If you are on Linux python is installed and if you are using Windows, you can download from here: https://www.python.org/downloads/windows/