当前位置:网站首页>Pycharm
Pycharm
2022-04-23 10:47:00 【qq1033930618】
Pycharm
One 、Pycharm Restore factory settings
rm -r ~/.PyCharmxxxx.x
xxxx.x For version number
Two 、 know Python project
Under project directory
.idea Interpreter version Project include file
venv Save virtual environment
requirements.txt Virtual Environment Download
3、 ... and 、 Set to use the interpreter version
File/Settings
Project/Python Interpreter
Four 、 Naming rules
The project name can start with a number
The file name contains lowercase letters 、 Numbers 、 Underline
The file cannot start with a number
5、 ... and 、 New projects
File/New Project
6、 ... and 、 Set the font
Edit area font
File/Settings
Editor/Font
Console font
File/Settings
Color/Scheme
7、 ... and 、Pycharm install
tar -zxvf pycharm-community-20xx.x.x.tar.gz
sudo mv pycharm-community-20xx.x.x /opt
cd /opt/pycharm-community-20xx.x.x/bin
./pycharm.sh
8、 ... and 、 Set the start icon
Tool/Create Desktop Entry
Check to create an entry for all users
Add To Favorites
Nine 、 Shortcut files
/usr/share/applications/jetbrains-pycharm.desktop
Ten 、 uninstall Pycharm
Delete the extracted Directory opt Under the table of contents
sudo rm -r pycharm-community-20xx.x.x
Delete the hidden directory where the configuration information is saved in the home directory
rm -r .Pycharm20xx.x
Delete shortcut
View the shortcut before deleting to point to
cat /usr/share/applications/jetbrains-pycharm.desktop
版权声明
本文为[qq1033930618]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230618497396.html
边栏推荐
- [provincial election joint examination 2022 d2t1] card (state compression DP, FWT convolution)
- 349. Intersection of two arrays
- Example of pop-up task progress bar function based on pyqt5
- Sim Api User Guide(8)
- Contact between domain name and IP address
- LeetCode-608. Tree node
- Introduction to data analysis 𞓜 kaggle Titanic mission (III) - > explore data analysis
- Turn: Maugham: reading is a portable refuge
- 基于PyQt5实现弹出任务进度条功能示例
- Kaggle - real battle of house price prediction
猜你喜欢

Comparison and practice of prototype design of knowledge service app

SQL Server recursive query of superior and subordinate

Sim Api User Guide(4)

How does the swagger2 interface import postman

JVM——》常用参数

Learning Notes 6 - Summary of several deep learning convolutional neural networks

MySQL how to merge the same data in the same table

Charles 功能介绍和使用教程

Swagger2 自定义参数注解如何不显示

/Can etc / shadow be cracked?
随机推荐
MapReduce compression
Construction and traversal of binary tree
Notes on concurrent programming of vegetables (IX) asynchronous IO to realize concurrent crawler acceleration
How does the swagger2 interface import postman
202、快乐数
Sim Api User Guide(8)
Can Jerry's AES 256bit [chapter]
【leetcode】102.二叉树的层序遍历
Go language practice mode - functional options pattern
Comparison and practice of prototype design of knowledge service app
24. Exchange the nodes in the linked list (linked list)
Installing MySQL with CentOS / Linux
Is the pointer symbol of C language close to variable type or variable name?
MapReduce core and foundation demo
【省选联考 2022 D2T1】卡牌(状态压缩 DP,FWT卷积)
Jerry sometimes finds that the memory has been tampered with, but there is no exception. How should he find it? [chapter]
707. Design linked list (linked list)
第120章 SQL函数 ROUND
997. Square of ordered array (array)
Esp32 learning - add folder to project