我正在使用 Archlinux,我发现在编写 Python 代码时不需要 Idle。
这是默认 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 吗?
提前致谢。