Instalar PyCharm en Ubuntu 16.04

Por cosas que van más allá de la psiquis humana, parece que cuando algo anda mal hace que muchas más cosas salgan mal. La Ley de Murphy se hizo notar (nuevamente) dañando la máquina del lugar donde trabajo.

Y he ahí la motivación para hacer un nuevo post de cómo instalar PyCharm(RubyMine, Datagrip, etc) en Ubuntu 16.04.

Copiar binarios

tar -xzf pycharm-professional-2018.1.4.tar.gz
mkdir -p ~/.bin/pycharms/
mv ~/Downloads/pycharm-professional-2018.1.4 ~/.bin/pycharms

Crear acceso directo

cd /usr/share/applications
nano pycharm.desktop
cat pycharm.desktop

[Desktop Entry]
Name=PyCharm
Comment=PyCharm
Icon=/home/manre/.bin/pycharms/pycharm-2018.1.4/bin/PyCharm_Logo.svg
Terminal=false
Type=Application
Exec=/home/manre/.bin/pycharms/pycharm-2018.1.4/bin/pycharm.sh

Source: https://makandracards.com/makandra/879-install-rubymine-under-ubuntu



Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.