Example : How to Upgrade the Python version in Pycharm IDE?
Step1: Download the upgraded version of Python from their original site.
Step2: Install the downloaded upgrade version successfully without removing previous version.
Step3: Open PyCharm now.
Step4: File menu - Settings option - choose 'Project: pythonProject' from left pane window - click 'Python Interpreter' - choose the upgraded version of python from the 'Python Interpreter dropdown list' in the right pane window - ok
0 Comments