If you are seeing the error message "pip is not recognized as an internal or external command" on a Windows machine, it means that the pip command is not properly installed or added to your system's environment variables.
Here are some steps you can follow to fix this issue:
Check if pip is installed: Open a command prompt or PowerShell window and type "pip". If pip is installed, you should see some usage instructions. If it is not installed, you will see an error message.
Install pip: If pip is not installed, you can download and install it by following the instructions on the official Python website: https://www.python.org/downloads/. Make sure to select the "Add Python to PATH" option during the installation process.
Add pip to environment variables: If pip is installed but not recognized, you may need to add it to your system's environment variables. To do this, follow these steps:
Open the Windows search bar and type "Environment Variables"
Click on "Edit the system environment variables"
Click on the "Environment Variables" button
Under "System variables", scroll down and find the "Path" variable
Click on "Edit"
Click "New" and add the path to your Python scripts directory (e.g. "C:\Python38\Scripts")
Click "OK" on all the windows to close them and save the changes.
Restart the command prompt or PowerShell window: After making changes to environment variables, you may need to close and reopen the command prompt or PowerShell window for the changes to take effect.
Once you have followed these steps, you should be able to use pip from the command line without any issues.
OTHER VIDEOS by DevilCode:
PYTHON PRACTICE PROJECTS:
• PYTHON PRACTICE PROJECTS FOR BEGINNERS
PYTHON PROGRAMMING IN HINDI 2023:
• PYTHON PROGRAMMING IN HINDI 2023
LINUX FOR BEGINNERS IN HINDI 2023:
• LINUX FOR BEGINNERS IN HINDI 2023
HTML TUTORIALS IN HINDI 2023:
• HTML COURSE IN HINDI | 2023
CSS COURSE IN HINDI 2023:
• CSS COURSE IN HINDI 2023
HTML IN ONE VIDEO 2023 [IN HINDI]:
• Master HTML Basics in Just One Video | Beg...
How websites works:
• Unlocking the Mysteries of Websites
BEST PROGRAMMING LANGUAGES YOU SHOULD KNOW IN 2023:
• Top coding languages for 2023
I hope you understand what I want to say. and if you like it make to hit the
like button and don't forget to subscribe to see my videos. :)