Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using python 32 bit in 64bit platform

Tags:

python

linux

In RHEL7, I have a Python 2.7.11 64bit. I need to run 32 bit Python applications. How do I change the installed Python to run 32 bit rather than 64 bit?

like image 763
Sam Gomari Avatar asked Aug 04 '26 21:08

Sam Gomari


1 Answers

Because the Python interpreter is compiled you have to download and install the 32-bit version of Python. Also I don't exactly see why you would need a 32-bit version of Python to run a script since Python is an interpreter.

Python 2.7.12 download.

like image 78
jan Avatar answered Aug 06 '26 10:08

jan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!