Search Criteria
Package Details: pycharm-professional 2021.1-1
Git Clone URL: | https://aur.archlinux.org/pycharm-professional.git (read-only, click to copy) |
---|---|
Package Base: | pycharm-professional |
Description: | Python IDE for Professional Developers. Professional Edition |
Upstream URL: | https://www.jetbrains.com/pycharm/ |
Keywords: | development editor ide jetbrains python |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | hippojazz |
Maintainer: | XavierCLL |
Last Packager: | XavierCLL |
Votes: | 242 |
Popularity: | 3.15 |
First Submitted: | 2013-09-25 03:56 |
Last Updated: | 2021-04-07 19:33 |
Dependencies (22)
- giflib (giflib-git)
- glibc (glibc-linux4, glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-dso, lib32-glibc-dso)
- libdbusmenu-glib (libdbusmenu-glib-ubuntu)
- libxslt (libxslt-git)
- libxss
- libxtst
- nss (nss-hg)
- python (python-dbg)
- sh (bash-devel-git, dashbinsh, bash-devel-static-git, bash)
- cython (cython-kivy, cython-git) (make)
- python-setuptools (make)
- cython (cython-kivy, cython-git) (optional) – For performance debugger
- docker-compose (docker-compose-git, docker-compose-bin) (optional) – For support docker inside Pycharm
- docker-machine (optional) – For support docker inside Pycharm
- ipython (ipython-git) (optional) – For enhanced interactive Python shell inside Pycharm
- jupyter (optional) – For support Jupyter Notebook
- openssh (openssh-hpn-git, openssh-git, openssh-gssapi, openssh-selinux, openssh-hpn) (optional) – For deployment and remote connections
- python-coverage (optional) – For support code coverage measurement
- python-pytest (optional) – For support testing inside Pycharm
- python-setuptools (optional) – Packages manager for Python, for project interpreter
- python-tox (optional) – Python environments for testing tool
- vagrant (vagrant-git) (optional) – For support virtualized development environments
Latest Comments
« First ‹ Previous ... 7 8 9 10 11 12 13 14 15 16 17 ... Next › Last »
XavierCLL commented on 2018-07-26 17:37
@singularity yeah I forgot to delete that, thanks
XavierCLL commented on 2018-07-26 17:27
Yes I think the same, the best is that use the native java, I can consider implementing it again, but my experience was not the best, please try and tell me how it works.
XavierCLL commented on 2018-07-26 17:17
Hi matthias, I tested the no-jdk version and it has some problems using the java of the system related to hdpi support and other issues fixed using the jdk version, then I think that is not recommended to use, at least when jetbrains in the future support java>8
Singularity commented on 2018-07-26 17:11
I also miss it. I think the nojdk version should be the default one.
You don't need the update-cache part in the .install file anymore, it's done by pacman now. You find files with the name in /usr/share/libalpm/hooks/.
matthias.lisin commented on 2018-07-26 10:46
What happened to the no-jdk version?
matthias.lisin commented on 2018-06-15 10:55
@zerophase Can't reproduce. It sounds more like an GTK misconfiguration on your side.
zerophase commented on 2018-06-15 02:59
Getting a warning for not finding gtk-engine-murrine, when launching PyCharm from the console. I think it's an optional dependency.
MarcinWieczorek commented on 2018-06-04 09:57
Please quote the paths, such as $pkgdir
lybin commented on 2018-05-31 19:24
==> WARNING: Package contains reference to $srcdir
opt/pycharm-professional/helpers/pydev/_pydevd_bundle_ext/pydevd_cython.cpython-36m-x86_64-linux-gnu.so
opt/pycharm-professional/helpers/pydev/_pydevd_frame_eval_ext/pydevd_frame_evaluator.cpython-36m-x86_64-linux-gnu.so
XavierCLL commented on 2018-04-29 18:39
Hi @resurtm, you can set the java options in the file ~/.bash_profile (not in ~/.bashrc):
export _JAVA_OPTIONS='...'
e.g:
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'