How to install python without idle?
        Posted  
        
            by 
                jasonz
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jasonz
        
        
        
        Published on 2013-11-03T15:51:57Z
        Indexed on 
            2013/11/03
            15:53 UTC
        
        
        Read the original article
        Hit count: 560
        
python
|python-idle
I'm using Archlinux and I find I don't need Idle when I'm coding Python.
Here is the part of default 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
Can I build python without installing Idle?
Thanks in advance.
© Stack Overflow or respective owner