terms of settlement :
link
summary :
file >Setting>plugins in , choice Marketplace, Search for chinese, Click the plug-in with Chinese character to install it , That's all right.
1) Problem description : At that time, I was surfing the Internet scientifically , Cause network problems , For a long time , Then close the software of scientific Internet access . But then
WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
You should consider upgrading via the 'C:\Users\zgq\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip' command.
terms of settlement :
link
python -m pip install --upgrade pip
2) The installation package installed at the command prompt cannot be installed at pycharm To be used in the new project .
reason ,pycharm Do not copy third-party libraries , You can't put the expanded package inside yourself
Yes 1 Medium method , Use the command prompt , Then copy the extended package to the current project lib in
One way is to use pycharm You've been talking file->setting Inside the , After a new project is created, you can add .
link
1) Download the official website installation package . link
2) Put it in ubuntu in , After decompression .
3) Put the extracted file in opt Under the table of contents .
tar -zxvf pycharm-edu-***.tar.gz
sudo mv pycharm-edu-***/ /opt/
4) start-up pychrm
/opt/pycharm-edu-***/bin/pycharm.sh
5) Set up shortcuts
newly build desktop Quick files
sudo touch /usr/share/applications/jetbrains-pycharm.desktop
Content
[Desktop Entry]
Version=1.0
Type=Application
Name=PyCharm
Icon=/opt/pycharm-edu-***/bin/pycharm.png
Exec="/opt/pycharm-edu-***/bin/pycharm.sh" %f
Comment=The Drive to Develop
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-pycharm