added meetup section & theme corrections

This commit is contained in:
Salar Rahmanian 2017-04-29 17:21:48 -04:00
parent 9e6c7877e8
commit 161b3d33b3
49 changed files with 8780 additions and 48 deletions

View file

@ -1,12 +1,11 @@
+++
categories = ["development", "python"]
Topics = ["development"]
date = "2015-04-13T09:06:03-05:00"
description = "Using pyenv to manage your virtual environments makes working on multiple projects, each using a different version of python a breeze."
slug = "using-pyenv-for-python-projects"
tags = ["python", "pyenv", "centos"]
keywords = ["python", "pyenv", "centos"]
title = "Using pyenv for Python projects"
Description = "Using pyenv to manage your virtual environments makes working on multiple projects, each using a different version of python a breeze."
Slug = "using-pyenv-for-python-projects"
Tags = ["python", "pyenv", "centos"]
Keywords = ["python", "pyenv", "centos"]
Title = "Using pyenv for Python projects"
+++
Using [pyenv][3] to manage your virtual environments makes working on multiple projects, each using a different version of python a breeze.