mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
added meetup section & theme corrections
This commit is contained in:
parent
9e6c7877e8
commit
161b3d33b3
49 changed files with 8780 additions and 48 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue