我正在嘗試透過 python3.5 安裝 pip,但我的 Ubuntu 16.04 不想執行它。我正在執行命令sudo apt-get install python3.5-pip
,然後得到以下結果:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3.5-pip
E: Couldn't find any package by glob 'python3.5-pip'
E: Couldn't find any package by regex 'python3.5-pip'
答案1
根據下面線程中的答案,pip
應該已經安裝,因為您正在使用 Python 3.4+
https://stackoverflow.com/questions/6587507/how-to-install-pip-with-python-3
如果您尚未安裝,請嘗試執行以下命令
sudo apt-get install python3-pip