Debian10 install pycharm profess

2019-09-27  本文已影响0人  阮恒
  1. Use this github project to make a .deb file
  2. 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
  3. find the .deb file, and run dpkg -x **.deb <file_path>
  4. find the pycharm.sh in /<file_path>/usr/share/jetbrains/pycharm/bin, run ./pycharm.sh
上一篇 下一篇

猜你喜欢

热点阅读