Create Python Virtual Environment on AWS EC2

Creating virtual environments when developing applications in Python is one of the most common requirements. While on my Windows laptop I used Anaconda to do the same, for development on my AWS EC2, I set this up using a few simple commands. Here I show how to set up a virtual environment on a linux EC2 instance on AWS.

Continue reading “Create Python Virtual Environment on AWS EC2”