当前位置:网站首页>[jetson][reprint]pycharm installed on Jetson
[jetson][reprint]pycharm installed on Jetson
2022-07-29 10:01:00 【FL1623863129】
One 、 introduction
Pycharm Is a very good code editor 、 debugging , Development software . I usually Windows I also like to use when learning programming systematically Pycharm. Record this time in Xavier Installation on Pycharm The process of .
Two 、 Download and configure the environment
1、 Generally speaking Pycharm The community version is enough , Basic editing 、 debugging 、 Operation functions . Let's go to the official website to download Pycharm.

2、Xavier install pycharm It needs to be installed before java, the reason being that arm Architecture of the device , So execute the following code :
sudo apt-get install openjdk-11-jdk3、 Check the installation results after installation :
java --version
which java![]()
4、 Configure environment variables , open ~/.bashrc file , Add the following , Update environment variables :
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 ~/.bashrc3、 ... and 、 install
1、 Here we use pycharm-community-2020.3.2 For example , Get into pychram.sh Path , And perform the installation .
cd /home/xxx/Downloads/pycharm-community-2020.3.2/bin
sh ./pycharm.sh
2、 It is very inconvenient to execute commands every time you open , We can create desktop shortcuts . Open the terminal on the desktop :
gedit pycharm.desktop3、 Enter the following , Change the file path by yourself , preservation .
[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;
Four 、 summary
Pycharm stay jetson The installation on the device is relatively simple , But I think back to when I was TX2 When installing , The inexplicable pit I encountered , It's funny to think of it now .
5、 ... and 、 Reference article
Reprint :Jetson AGX Xavier install Pycharm_ Blog with white tail -CSDN Blog
边栏推荐
- Div horizontal arrangement
- JS temporary dead zone_ Temporary
- Vector implementation
- In simple terms, dependency injection and its application in Tiktok live broadcast
- 函数——(C游记)
- Dynamics 365Online 如何自定义商机关闭窗体
- node(二)
- Source code analysis of senparc.weixin.sample.mp
- 熊市下PLATO如何通过Elephant Swap,获得溢价收益?
- Does neural network sound tall? Take you to train a network from scratch (based on MNIST)
猜你喜欢

Harmonyos 3.0 release!

Examples of specific usage of diagnostic instructions in s7-1200 and s7-1500 (led+devicestates+modulestates)

Geeer's happiness | is for the white whoring image! Analysis and mining, NDVI, unsupervised classification, etc

深入浅出依赖注入及其在抖音直播中的应用
![[AAAI] attention based spatiotemporal graph convolution network for traffic flow prediction](/img/3d/717bc3a47a58470edd7a815a976320.png)
[AAAI] attention based spatiotemporal graph convolution network for traffic flow prediction

Talk about multithreaded concurrent programming from a different perspective without heap concept

《LOL》从代码上来说最难的是哪个英雄?

Mysql database final review question bank

Read Plato farm's eplato and the reason for its high premium
![[jetson][转载]jetson上安装pycharm](/img/65/ba7f1e7bd1b39cd67018e3f17d465b.png)
[jetson][转载]jetson上安装pycharm
随机推荐
Logistic regression of machine learning
Sample is new and supported from API 8! Come and take it
SkiaSharp 之 WPF 自绘 弹动小球(案例版)
The maximum length of VARCHAR2 type in Oracle is_ Oracle modify field length SQL
pytest+allure生成测试报告
Is the marginal old technology in its 40s weak in the future or rising from the ground?
一知半解 ~题目杂记 ~ 一个多态问题
[Apple Developer account]06 after transferring the developer account, the annual fee of the developer is automatically renewed
CS assurance and research experience in 2021 (IV): pre promotion and exemption of Xijiao soft Research Institute and the third room of Information Technology Institute
shell编程之sed,正则表达式
ModuleNotFoundError: No module named ‘pywt‘解决方法
mysql 数据库 期末复习题库
Shell笔记(超级完整)
Correct posture and landing practice of R & D efficiency measurement (speech ppt sharing version)
QoS服务质量五QoS边界行为之流量整形
Youboxun, the gold donor of the open atom open source foundation, joined hands with partners to help openharmony break the circle!
Method of cocos2d-x sprite moving
Explanation of C value type and reference type
After the thunderstorm of two encryption companies: Celsius repayment guarantee collateral, three arrow capital closed and disappeared
In simple terms, dependency injection and its application in Tiktok live broadcast