美文网首页
Debian10 install pycharm profess

Debian10 install pycharm profess

作者: 阮恒 | 来源:发表于2019-09-27 20: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

相关文章

网友评论

      本文标题:Debian10 install pycharm profess

      本文链接:https://www.haomeiwen.com/subject/ogbauctx.html