Debian10 install pycharm profess
作者:
阮恒 | 来源:发表于
2019-09-27 20: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
本文标题:Debian10 install pycharm profess
本文链接:https://www.haomeiwen.com/subject/ogbauctx.html
网友评论