如何在freeNAS操作系统

时间:2016-09-07 20:14:26

标签: python linux python-2.7 python-3.x freebsd

我尝试过pip,easy_install,pkg update,pkg install,并从源代码构建,但都失败了。我想做的就是能够运行python 3.5并且此时我正处于绝望状态。

1 个答案:

答案 0 :(得分:1)

你的freeNAS服务器是基于Debian构建的吗?

如果是这样,你可以尝试:

sudo apt-get update
sudo apt-get install python3.5

请参阅:

https://askubuntu.com/questions/682869/how-do-i-install-newer-python-versions-using-apt-get

如果上述方法无效,请尝试在此处发布以下命令的输出:

uname -a
cat /etc/issue
cat /proc/version