Skip to content

Sayyad-N/fix-pip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Pip Environment Fix Tool

A Bash utility designed to troubleshoot and resolve common Python pip issues, ensuring a smooth Python development experience.


#Author Powered By Mohammed Sayyad(N)

Features

  • Update /etc/pip.conf to allow breaking system packages.
  • Add a Python alias to .bashrc for convenience.
  • Fix common pip problems, including installation and upgrades.
  • Check for common pip issues like:
    • Missing installations
    • PATH issues
    • Virtual environments
    • Network connectivity
  • Interactive menu for easy navigation.

Usage

1. Save the Script

Copy the script below into a file named fix_pip.sh.

2. Make It Executable

Run the following command to make the script executable:

chmod +x fix_pip.sh

3. Execute the Script

Run the script using:

./fix_pip.sh

Note: Some operations in this script require superuser privileges. Ensure you have the necessary permissions or use sudo where appropriate.


About

Fix Some Pip Problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages