简体   繁体   中英

How To install python 32 bit on Red Hat Linux 64 bit

我已经在linux red hat上安装了python2.7 64位,并尝试添加python模块https://pypi.python.org/pypi/pycleartool/2007.01 ,但是看起来该程序包只能在32位上工作,所以我的问题是在64位Red Hat Linux上安装python 32位或如何在python2.7 64位上安装python包pycleartool ???

For installing 32 bit python

First, install ia32-libs which is required to install any 32 bit application on Linux.

Download python

Extract the file and cd to the directory.

configure using the command OPT=-m32 LDFLAGS=-m32 ./configure --prefix=/opt/pym32

run make

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM