Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 994 Bytes

File metadata and controls

50 lines (38 loc) · 994 Bytes

install blog

shortcut

# Reform code, i.e., auto algn selected code
ctrl+shit+alt+L

# New files not shown on Project panel, reload project using
ctrl + shift + Y

Install Using Snap

  • Snap is a packaging software since Ubuntu1604.
  • The packages dont have any dependencies.
# add /snap/bin to $PATH

export PATH="/snap/bin/:$PATH"

# list packages installed using snap
snap list

# install 
snap install <pkg>

# update
snap refresh <pkg>

# remove
snap remove <pkg>

Snap install pycharm

sudo snap install pycharm-professional --classic

# update
sudo snap refresh pycharm-professional

# run
pycharm-professional

# run if /snap/bin is not added to $PATH
snap run pycharm-professional

Debug slow

  • this solution
  • Enable Gevent compatible in the Python Debugger settings