如何在没有空闲的情况下安装python?

时间:2013-11-03 15:51:58

标签: python python-3.x python-idle

我正在使用Archlinux,我发现在编写Python时我不需要空闲。

以下是默认PKGBUILD文件的一部分:

    ./configure --prefix=/usr \
                --enable-shared \
                --with-threads \
                --with-computed-gotos \
                --enable-ipv6 \
                --with-valgrind \
                --with-system-expat \
                --with-dbmliborder=gdbm:ndbm \
                --with-system-ffi

     ln -sf idle3     "${pkgdir}"/usr/bin/idle

我可以在不安装Idle的情况下构建python吗? 提前谢谢。

1 个答案:

答案 0 :(得分:1)

最后,没有空闲就无法安装Python。没有配置开关或其他方法来排除它。闲置可能是一个非常有价值的工具。我冒昧地说,虽然你今天看不到它的需要,但它可能会在将来派上用场。