我正在使用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吗? 提前谢谢。
答案 0 :(得分:1)
最后,没有空闲就无法安装Python。没有配置开关或其他方法来排除它。闲置可能是一个非常有价值的工具。我冒昧地说,虽然你今天看不到它的需要,但它可能会在将来派上用场。