错误的做法
    pip3 install --upgrade pip

    正确的做法
    python3 -m pip install --upgrade pip