How Activate the Virtualenv on AWS CDK
The init script we ran in the last step created a bunch of code to help get us started but it also created a virtual environment within our directory. If you haven’t used virtualenv before, you can find out more here but the bottom line is that they allow you have a self-contained, isolated environment to run Python and install arbitrary packages without polluting your system Python. #Python #virtualenv #cloud9 #awsfreecourses #learprogrammingfree #CDK #awscdk #npm #learncdk
The init script we ran in the last step created a bunch of code to help get us started but it also created a virtual environment within our directory. If you haven’t used virtualenv before, you can find out more here but the bottom line is that they allow you have a self-contained, isolated environment to run Python and install arbitrary packages without polluting your system Python. #Python #virtualenv #cloud9 #awsfreecourses #learprogrammingfree #CDK #awscdk #npm #learncdk