【发布时间】:2016-07-15 09:50:05
【问题描述】:
我正在尝试通过 apt-get 安装 python 3.5 我做了以下
> sudo apt-get install python3.5
...
Unable to locate package python3.5
并且响应说它找不到python3.5。
我尝试过apt-get update,但这也无济于事
有什么建议吗?这些是我的详细信息
PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
NAME="Debian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
更多更新:
apt-cache policy python3 python
python3:
Installed: (none)
Candidate: 3.2.3-6
Version table:
3.2.3-6 0
500 http://ftp.us.debian.org/debian/ wheezy/main armhf Packages
python:
Installed: 2.7.3-4+deb7u1
Candidate: 2.7.3-4+deb7u1
Version table:
*** 2.7.3-4+deb7u1 0
500 http://ftp.us.debian.org/debian/ wheezy/main armhf Packages
100 /var/lib/dpkg/status
【问题讨论】:
-
这与 SO 无关,因为它与编程无关。此外,如果您发布此类问题(无论在哪里),您至少应该包括您正在使用的发行版和版本。
-
我不认为这是题外话 - 设置环境不被认为是题外话。我还包括了我的发行版的详细信息
-
搜索 Debian 软件包数据库:debian.org/distrib/packages
标签: python