当前位置:网站首页>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
边栏推荐
- Deep analysis of C language pointer (Part I)
- Valueerror: invalid literal for int() with base 10 conversion error related to data type
- Lunch on the 23rd day at home
- The more you use the computer, the slower it will be? Recovery method of file accidental deletion
- On the three paradigms of database design
- How to play the guiding role of testing strategy
- Awk example skills
- Introduction to tensorrt
- Thread safe sigleton (singleton mode)
- 【SDU Chart Team - Core】SVG属性类设计之枚举
猜你喜欢
Flomo software recommendation
Is rust more suitable for less experienced programmers?
Recommended usage scenarios and production tools for common 60 types of charts
Two Stage Detection
Preliminary analysis of Airbase
Chrome 94 introduces the controversial idle detection API, which apple and Mozilla oppose
Keywords static, extern + global and local variables
[leetcode refers to offer 32 - III. print binary tree III from top to bottom (medium)]
管道和xargs
Google tries to use rust in Chrome
随机推荐
Question brushing plan - depth first search DFS (I)
setInterval、setTimeout、requestAnimationFrame
Addition, deletion, modification and query of advanced MySQL data (DML)
Deep analysis of C language pointer (Part I)
Problem brushing plan -- dynamic programming (IV)
Keywords static, extern + global and local variables
【SDU Chart Team - Core】SVG属性类设计之枚举
Deno 1.13.2 发布
管道和xargs
Selenium 显示等待WebDriverWait
The more you use the computer, the slower it will be? Recovery method of file accidental deletion
South Korea may ban apple and Google from offering commission to developers, the first in the world
ubutnu20安裝CenterNet
Centralized record of experimental problems
thinkphp5+数据大屏展示效果
Gsi-ecm digital platform for engineering construction management
Google tries to use rust in Chrome
Pipes and xargs
matplotlib. Pyplot partition drawing
Is rust more suitable for less experienced programmers?