Upgrading python3.4 to python3.6 on ubuntu breaks pip

前端 未结 9 956
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-08 06:56

I\'m attempting to install python3.6 on my machine after I currently have python3.4. However, after installation trying to run pip under python3.6 gives me the

9条回答
  •  时光说笑
    2020-12-08 07:34

    You can solve this error by using this command. it will update your setuptools

    python -m ensurepip --upgrade
    

提交回复
热议问题