当前位置:网站首页>Pycharm download and installation
Pycharm download and installation
2022-04-23 21:21:00 【The man running the horse doesn't get enough sleep】
download
- Download address :https://www.jetbrains.com/pycharm/download/#section=windows

- choice Community( Community Edition ) download
professional For professional ,community It's the community version , It is recommended to install the community version , Because it's free to use .
install
Double click setup pycharm-community-2021.3.3.exe

Click on Next

Click on Browse…, After selecting the installation directory , Click on Next

Check all , Click on Next

Option description :
1)Create Desktop Shortcut: Create a desktop shortcut
2)Update context menu: Update context menu , Right click to add “ Open folder as project ” Options
3)Update PATH variable(restart needed): Update path variables ( Need to restart ), Add the initiator directory to the path
4)Create Associations: create associations , relation .py file , Double click is to pycharm openClick on Install, Start installation

Click on Finish, Complete the installation

Option description :
1)Reboot Now: Restart immediately
2)I want to manually reboot later: Restart later
PyCharm Introduction to the use of

- New Project: Create a new Python project
- Open: Open an existing Python project
- Get from VCS: from VCS( Version control system ) Get the code

Location: The storage path of the project
To configure Python Interpreter :
1. New Virtualenv environment: Configure the new Virtualenv environment Environmental Science
1)New environment using: Set up a new dependency environment . It is pycharm Self contained virtualenv Create project , Create a new project in the directory venv(virtualenv) Catalog , Used to store virtual python Environmental Science , All class library dependencies here can be directly separated from the system installation python Independent operation .
2)Location: Fill in the file directory of the new environment
3)Base interpreter A drop-down box : Select the basic interpreter , The default is configured in the environment , You can modify
4)Inherit global site-packages: have access to base interpreter( BASIC interpreter ) Third party Library in , It may take time to replicate ; If unchecked, it will be completely isolated from the outside world , Will be in base interpreter Create a new virtual interpreter based on
5)Make available to all projects: Whether to make this virtual environment available to other projects . After the check , It can be provided to other projects .( It is recommended to check )
2. Previously configured interpreter: An existing interpreterCreate a main.py welcome script: After checking PyCharm Default will help us create main.py file
版权声明
本文为[The man running the horse doesn't get enough sleep]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/111/202204210543443021.html
边栏推荐
- go reflect
- Preliminary analysis of Airbase
- Getting started with detectron2
- 41. The first missing positive number
- Thinking after learning to type
- Xiaomi mobile phone has abandoned the "Mi" brand all over the world and switched to the full name brand of "Xiaomi"
- Realrange, reduce, repeat and einops in einops package layers. Rearrange and reduce in torch. Processing methods of high-dimensional data
- Yolov5 NMS source code understanding
- Centos7 builds MySQL master-slave replication from scratch (avoid stepping on the pit)
- MySQL基础之写表(创建表)
猜你喜欢

Express③(使用Express编写接口、跨域有关问题)

Lunch on the 23rd day at home

Linux中,MySQL的常用命令

Question brushing plan - depth first search (II)

Another data analysis artifact: Polaris is really powerful

Zhongchuang storage | how to choose a useful distributed storage cloud disk

Google 尝试在 Chrome 中使用 Rust

2.整理华子面经--2

一文解决浏览器跨域问题

Google tries to use rust in Chrome
随机推荐
Two Stage Detection
Ubutnu20 installer centernet
如何发挥测试策略的指导性作用
Fastdfs mind map
常用60类图表使用场景、制作工具推荐
CUDA, NVIDIA driver, cudnn download address and version correspondence
Deno 1.13.2 发布
Ubuntu 20 installing centernet
Is rust more suitable for less experienced programmers?
Some grounded words
Express ③ (use express to write interface and cross domain related issues)
Valueerror: invalid literal for int() with base 10 conversion error related to data type
unity 功能扩展
Chrome 94 introduces the controversial idle detection API, which apple and Mozilla oppose
[leetcode refers to the maximum profit of offer 63. Stock (medium)]
Google 尝试在 Chrome 中使用 Rust
3-5通过XSS获取cookie以及XSS后台管理系统的使用
引入结构化并发,Swift 5.5 发布!
go defer