# pip2 **Repository Path**: FIRC/pip2 ## Basic Information - **Project Name**: pip2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-30 - **Last Updated**: 2021-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 安装pip2 Python 2的 pip 没有被包含在 Ubuntu 20.04源仓库中。使用get-pip.py脚本来为 Python 2 安装 pip curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py sudo python2 get-pip.py ###验证pip2安装成功 pip2 –version 或 pip --version