PyCharm
Apparence
Settings
File → Settings
Font
Editor → Font
Installation
- Télécharger l'archive
# désarchiver dans le dossier /opt
sudo tar xf pycharm-community-*.tar.gz -C /opt/
# compile PyDev debugger used by PyCharm to speedup debugging
python2 /opt/pycharm-community-*/helpers/pydev/setup_cython.py build_ext --inplace
python3 /opt/pycharm-community-*/helpers/pydev/setup_cython.py build_ext --inplace
# lancer PyCharm
/opt/pycharm-community-*/pycharm.sh
|