4 Pycharm IDE programming: Difference between revisions

From Banana Pi Wiki
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:


*Get [https://www.jetbrains.com/pycharm/ pycharm]
*Get [https://www.jetbrains.com/pycharm/ pycharm]
*Using the Windows system [https://download.jetbrains.com/python/pycharm-community-2018.2.3.exe click here to download the 2018 - version 2.3] (community free of charge)
*Tip: 2018.3.3 change is too big, do not use, wait for me to compile repair. (2019/01/13)
*Important note 1: program installation and project under Windows must be under the system disk (path should be consistent)
*Important clew 2, Linux system if there is a serial connection, please kindly check whether the serial port for the average user permissions, if not sure, please check this instruction ` usermod - a - G dialout Username && sudo reboot `, Username is to point to your user name, not a Username.
*When the installation is complete, open it. Press the default Settings to enter the following interface.
::[[File:Python03.png]]

Revision as of 02:50, 19 February 2019

Install Python 3.7

  • the system already has Python.

Install the pycharm community version

  • Get pycharm
  • Using the Windows system click here to download the 2018 - version 2.3 (community free of charge)
  • Tip: 2018.3.3 change is too big, do not use, wait for me to compile repair. (2019/01/13)
  • Important note 1: program installation and project under Windows must be under the system disk (path should be consistent)
  • Important clew 2, Linux system if there is a serial connection, please kindly check whether the serial port for the average user permissions, if not sure, please check this instruction ` usermod - a - G dialout Username && sudo reboot `, Username is to point to your user name, not a Username.
  • When the installation is complete, open it. Press the default Settings to enter the following interface.