Skip to content

Instantly share code, notes, and snippets.

@krishnamurthydasari
krishnamurthydasari / Creating Python deployment package for Amazon Lambda
Last active January 29, 2019 14:36
Create Deployment Package Using Python Environment Created with Virtualenv
Below are the steps to Create Deployment Package Using a Python Environment Created with Virtualenv. Below are the 2 examples for pymysql and boto2 modules.
pymysql:
1. Create a directory
2. Create virtual environment
#virtualenv test
3. #cd test
@pandafulmanda
pandafulmanda / Python3 Virtualenv Setup.md
Last active March 12, 2024 15:59 — forked from akszydelko/Python3 Virtualenv Setup.md
Setting up and using Python3 Virtualenv on Mac

Python3 Virtualenv Setup

Requirements
  • Python 3
  • Pip 3
$ brew install python3