yongyong-e

[Ubuntu16.04] PyCharm Python IDE 설치 본문

프로그래밍/Python

[Ubuntu16.04] PyCharm Python IDE 설치

Yonghan Kim 2017. 8. 8. 11:45

Install

$ sudo add-apt-repository ppa:mystic-mirage/pycharm 

$ sudo apt update 

$ sudo apt install pycharm


Community Version

$ sudo add-apt-repository ppa:mystic-mirage/pycharm 

$ sudo apt update 

$ sudo apt install pycharm-community


'프로그래밍 > Python' 카테고리의 다른 글

[Algorithm] 문자열 뒤집기  (0) 2017.09.01
[Network] TCP multi-Thread  (3) 2017.08.12
[Network] TCP file Transfer - 2  (0) 2017.08.11
[Network] TCP file Transfer - 1  (0) 2017.08.10
[Network] TCP simple example  (0) 2017.08.09
Comments