Skip to content

Instantly share code, notes, and snippets.

@minamaged113
Created June 22, 2019 20:55
Show Gist options
  • Save minamaged113/0bd03a4c4796cfec7f7f2c8a061977e9 to your computer and use it in GitHub Desktop.
Save minamaged113/0bd03a4c4796cfec7f7f2c8a061977e9 to your computer and use it in GitHub Desktop.
Create a Python virtual environment using ´venv´ internal tool shipped with python.
#!/bin/bash
python3 -m venv venv
source venv/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment