cmdavis4 / pycharm

Dockerized PyCharm using direct X11 (without ssh)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyCharm

Dockerized PyCharm using direct X11 (without ssh X11 forward).

Quick start

    wget https://raw.githubusercontent.com/abraverm/pycharm/master/community/pycharm
    ./pycharm

There are two versions of PyCharm, Professional and Community. Each version has the appropriate tag:

  • Professional - abraverm/pycharm:professional
  • Community - abraverm/pycharm:community

To start Pycharm, execute the script:

More details about the script:

  • Executer's home directory is available from the container(PyCharm UI)
  • The script creates a one time container which will be removed after closing Pycharm. The main reason for doing that is less logic, such handling existing container and such. Another reason is to have different development environments by building new images based on pycharm.
  • By default PyCharm saves configurations in .PyCharm dirctory in user home.

'Scipy' is an example for building a custom development environments.

About

Dockerized PyCharm using direct X11 (without ssh)

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%