当前位置:网站首页>Install PyCharm on Raspberry Pi
Install PyCharm on Raspberry Pi
2022-07-29 23:23:00 【Xiaoxi Coding】
The Java environment is required to run PyCharm. If the JRE has not been installed on the Raspberry Pi, you can use the following command to install it:
sudo apt install default-jre -yDownload and install Go to JetBrains official website to download PyCharm Community Edition (Community):
https://www.jetbrains.com/pycharm/download/#section=linux
#Unzip, the file name in the command line is based on the actual download.tar -zxvf pycharm-community-2020.2.1.tar.gz# to run, the directory name in the command line is based on the actual download.cd pycharm-community-2020.2.1/bin./pycharm.sh

Create Shortcuts For convenience, you can add shortcuts to the launcher and desktop.Add icons to the launcher, edit files.
sudo nano /边栏推荐
- Three chess (written in C language)
- VsCode更新后,怎么使用使用快捷键同时生成多个元素
- cached_network_image crashes with multiple images
- devops学习(九) Helm工具--持续部署
- PLSQL Developer安装和配置
- Embedded system driver primary [1] - kernel module _ compilation method
- 真offer收割机 第二弹~大厂如何考察候选人?(附答案详解)
- Jsp使用<c:forEach>遍历List集合「建议收藏」
- MySQL Interview Questions: Detailed Explanation of User Amount Recharge Interview Questions
- 运动步数抽奖小程序开发
猜你喜欢
随机推荐
BGP联邦综合实验
J9 Number Theory: Why do we need Web3?
high-level-rest-client 判断索引是否存在
暴力递归到动态规划 04 (数字字符串转化)
线上无序的
DNA脱氧核糖核酸修饰四氧化三铁|DNA修饰氧化锌|使用方法
LabVIEW为什么在存储VI时死机
The Sandbox Partners with Gravity to Bring RO Ragnarok to the Metaverse
@Autowired与@Resource区别
Design for failure常见的12种设计思想
y81.第四章 Prometheus大厂监控体系及实战 -- 监控扩展(十二)
Cloud computing 1+X openstack articles
C语言初阶-初识C语言
访问公司内网
DNA修饰碳纳米管|DNA修饰单层二硫化钼|DNA修饰二硫化钨(注意事项)
The first round of the real offer harvester~ How does the big factory inspect the candidates?(with detailed answer)
This article penetrates the architecture design and cluster construction of the distributed storage system Ceph (hands-on)
BGP Federal Comprehensive Experiment
Guidelines for the Release of New WeChat Mini Programs
JVM初探- 内存分配、GC原理与垃圾收集器


![[leetcode] 75. Color classification (medium) (double pointer, in-situ modification)](/img/0e/e4ed76902194755a3b075a73f272f3.png)






