I use Archlinux and I believe that I do not need Idle when I code Python.
Here is the default part of the PKGBUILD file:
./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
Is it possible to create python without installing Idle?
Thanks in advance.
jasonz
source share