Debian10 install pycharm profess
2019-09-27 本文已影响0人
阮恒
- Use this github project to make a .deb file
- When running the package.py, my python(python3.6) got a error:
Python certificate verify failed.
Solution: use the solution in this page
to solve the problem.
Basically, we add
import ssl
ssl._create_default_https_context = ssl._create_unverified_context - find the .deb file, and run dpkg -x **.deb <file_path>
- find the pycharm.sh in /<file_path>/usr/share/jetbrains/pycharm/bin, run ./pycharm.sh