


How to solve the problem that pip is not an internal or external command in cmd
Solution: 1. Right-click "Computer" and select "Properties" - "Advanced System Settings"; 2. In the "System Properties" interface, select "Environment Variables"; 3. In "User Variables" "Select "path" in the area and click "Edit"; 4. In the "Variable Value" input box of the pop-up window, add the full path of pip and click "OK".
The operating environment of this tutorial: windows7 system, python3.7 version, DELL G3 computer
After installing pip, if you do not configure pip, directly Entering pip will prompt: pip is not an internal or external command...
Solution:
First, click Computer, Select Properties.
Then, open Advanced System Settings.
Then select environment variables.
Here, select the path and click Edit.
Because python has been configured before, here, you only need to add: \Scripts
If there is no configuration, add the full path of pip
For example: C:\Users\Administrator\AppData\Local\Programs\Python\Python37\Scripts
Click OK.
Finally, enter cmd again and enter pip. As shown in the figure, pip configuration is successful.
[Related recommendations: Python3 video tutorial]
The above is the detailed content of How to solve the problem that pip is not an internal or external command in cmd. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Many website developers face the problem of integrating Node.js or Python services under the LAMP architecture: the existing LAMP (Linux Apache MySQL PHP) architecture website needs...

When using Scapy crawler, the reason why pipeline persistent storage files cannot be written? Discussion When learning to use Scapy crawler for data crawler, you often encounter a...

Python process pool handles concurrent TCP requests that cause client to get stuck. When using Python for network programming, it is crucial to efficiently handle concurrent TCP requests. ...

Deeply explore the viewing method of Python functools.partial object in functools.partial using Python...

Choice of Python Cross-platform desktop application development library Many Python developers want to develop desktop applications that can run on both Windows and Linux systems...

Getting started with Python: Hourglass Graphic Drawing and Input Verification This article will solve the variable definition problem encountered by a Python novice in the hourglass Graphic Drawing Program. Code...

Solution to permission issues when viewing Python version in Linux terminal When you try to view Python version in Linux terminal, enter python...

Data Conversion and Statistics: Efficient Processing of Large Data Sets This article will introduce in detail how to convert a data list containing product information to another containing...
