Install Python for the Python transformation on Hadoop

Install Python for the Python transformation on Hadoop

Install Python

Install Python

Run the following command to change directories to the
~/Python-3.6.5
directory where we extracted the Python distribution:
cd Python-3.6.5
Run the following command to compile Python under
$workingdir/Python3
:
./configure --enable-shared --prefix=$workingdir/Python3
Run the following commands to build the Python installation:
make make install

0 COMMENTS

We’d like to hear from you!