When I try to run code in editor,it says that there is no available interpreters.Please,help.How can I solve the problem?
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
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 inC:\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/
This page Configuring Python Interpreter tells all the information you need.
To configure Python virtual environment, follow these steps: