Tuesday, April 14, 2020

HowTo install iPython on Amazon Linux2




In this post, let us see how to install iPython in Amazon Linux2

We all know that Python2.x comes bundled with Amazon Linux2; with that, below are the steps to be executed in order to have iPython installed

  • Login or connect to Amazon Linux2 EC2 Instance
  • run 'sudo yum update', if required
  • check the version of Python



  • install pip
 
  • install iPython using, 'sudo pip install iPython' 
 
  • Check the version of iPython


                            Have a nice time using python in interactive mode !!

No comments:

Post a Comment