Steps to install Python3 & IPython on Centos6 machines.
1. yum -y install centos-release-scl
2. To install latest version of python3 and enable in bash
yum -y install $(yum info rh-python3* |egrep 'Name' |awk '{print $3}'|grep -i 'rh-python3[0-9]$'|sort -V|tail -1)
scl enable $(yum info rh-python3* |egrep 'Name' |awk '{print $3}'|grep -i 'rh-python3[0-9]$'|sort -V|tail -1) bash
3. To install Pip & upgrade pip
yum -y install python-pip
pip install --upgrade pip
4. To install IPython
pip install IPython
Subscribe to:
Post Comments (Atom)
Boost Your Download Speed with lftp Segmentation
Looking for a faster way to download files via sftp to a Linux machine? Try using "lftp" instead. This tool offers segmented downl...
Other relevant topics
-
Hive metastore DB Connection verification from Command line:- You can run the following on any node where ambari agent installed on the ...
-
Using PIG to load into Hbase:- In this article we will see how to join 2 datasets in PIG and load the joined, filtered data into HBASE t...
-
+++++++++++++++++++++++++++++++++++++++++++ How to move a region from 1 RS to another Region server:- ++++++++++++++++++++++++++++++++++++...
No comments:
Post a Comment