当前位置:网站首页>[jetson][转载]jetson上安装pycharm
[jetson][转载]jetson上安装pycharm
2022-07-29 10:00:00 【FL1623863129】
一、引言
Pycharm是一个非常优秀的代码编辑、调试,开发软件。我平时在Windows系统学习编程时也比较喜欢使用Pycharm。这一次记录一下在Xavier上安装Pycharm的过程。
二、下载与配置环境
1、一般来说Pycharm社区版就足够使用了,基本的编辑、调试、运行功能都有。我们去官网下载Pycharm。

2、Xavier安装pycharm之前需要先安装java,因为是arm架构的设备,所以执行如下代码:
sudo apt-get install openjdk-11-jdk3、安装完成后查看安装结果:
java --version
which java![]()
4、配置环境变量,打开~/.bashrc文件,添加如下内容,更新环境变量:
sudo vim ~/.bashrcexport JAVA_HOME=/usr/lib/jvm/java-11-openjdk-arm64
export JRE_HOME=${JAVA_HOME}/jre
export CLASSPATH=:${JAVA_HOME}/lib:${JRE_HOME}/lib
export PATH=${JAVA_HOME}/bin:$PATH
source ~/.bashrc三、安装
1、这里以pycharm-community-2020.3.2为例,进入pychram.sh所在的路径,并执行安装。
cd /home/xxx/Downloads/pycharm-community-2020.3.2/bin
sh ./pycharm.sh
2、每次打开都要执行命令十分不方便,我们可以创建桌面快捷方式。在桌面打开终端:
gedit pycharm.desktop3、输入以下内容,自行更改文件路径,保存。
[Desktop Entry] Type=Application Name=Pycharm GenericName=Pycharm3 Comment=Pycharm3:The Python IDE Exec="/home/xxx/Downloads/pycharm-community-2020.3.2/pycharm-2020.3.2/bin/pycharm.sh" %f Icon=/home/xxx/Downloads/pycharm-community-2020.3.2/pycharm-2020.3.2/bin/pycharm.png Terminal=pycharm Categories=Pycharm;
四、总结
Pycharm在jetson设备上的安装还是比较简单的,但是回想起当初为TX2安装时,自己遇到的莫名其妙的坑,现在想起来实在好笑。
五、参考文章
边栏推荐
- leetcode刷题——排序
- SkiaSharp 之 WPF 自绘 弹动小球(案例版)
- 智慧解决问题
- 这是一份不完整的数据竞赛年鉴!
- 英特尔联合Datawhale,发布学习项目!
- MySQL infrastructure: SQL query statement execution process
- div 水平排列
- Manually build ABP framework from 0 -abp official complete solution and manually build simplified solution practice
- System architect learning
- Functions and arrays
猜你喜欢

【微信小程序】接口生成自定义首页二维码

Explanation of C value type and reference type

7.9-7.17 new features and grammar of learning plan ES6

In simple terms, dependency injection and its application in Tiktok live broadcast

On memory computing integrated chip technology

Shell notes (super complete)

Mysql database final review question bank

综合设计一个OPPE主页--页面的底部
![[C language] Sanzi chess (intelligent chess playing + blocking players)](/img/36/4a269887189e64562227a8592433c3.png)
[C language] Sanzi chess (intelligent chess playing + blocking players)

Intel joins hands with datawhale to launch learning projects!
随机推荐
Shutter -- use camera (continuously updating)
The maximum length of VARCHAR2 type in Oracle is_ Oracle modify field length SQL
Correct posture and landing practice of R & D efficiency measurement (speech ppt sharing version)
Function - (C travel notes)
函数和数组
[Apple Developer account]06 after transferring the developer account, the annual fee of the developer is automatically renewed
Network picture to local picture - default value or shortcut key
Unity3d empty package APK error summary
Implementation and verification logic of complex expression input component
熊市下PLATO如何通过Elephant Swap,获得溢价收益?
English grammar_ Indefinite pronouns - Common Phrases
Dimensionality reduction and mathematical modeling after reading blog!
Examples of specific usage of diagnostic instructions in s7-1200 and s7-1500 (led+devicestates+modulestates)
English语法_不定代词 - 常用短语
网络图片转换本地图片 - 默认值或快捷键
QoS服务质量五QoS边界行为之流量整形
Basic operations of OpenCV image processing
智慧解决问题
ModuleNotFoundError: No module named ‘pywt‘解决方法
Why does the system we developed have concurrent bugs? What is the root cause of concurrent bugs?