Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (19.9k points)

I am trying to use the copyleakscloud module on python 2.7. But apparently I need python 3.

How do I upgrade my pycharm from python 2.7 to python 3? 

1 Answer

0 votes
by (25.1k points)

To use the latest Python with PyCharm you need to follow several steps:

1. Download and install the latest version of python from its official website on your system.

2. Press Ctrl + Alt + S top open the Add Python Interpreter Dialog Box

3. In the left hand pane select system interpreter.

4. Then type in the full absolute python to the interpreter.

5. Click on OK for the change to take effect.

Take a look at this video to learn more about python:

Related questions

0 votes
1 answer
0 votes
1 answer
asked Feb 18, 2021 in Python by adhiraj (4k points)
0 votes
1 answer
asked Sep 23, 2019 in Python by Karan Singh (4.1k points)
0 votes
1 answer

Browse Categories

...