Initial migration to new theme

This commit is contained in:
Salar Rahmanian 2020-09-06 22:07:03 -07:00
parent 5f87407232
commit 1c359e342a
27 changed files with 224 additions and 511 deletions

View file

@ -1,11 +1,12 @@
+++
Topics = ["development"]
title = "Using pyenv for Python projects"
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"
draft = false
toc = true
description = "Using pyenv to manage your virtual environments makes working on multiple projects, each using a different version of python a breeze."
keywords = ["python", "pyenv", "centos", "macos"]
tags = ["python", "pyenv", "centos", "macos"]
categories = ["development"]
+++
Using [pyenv][3] to manage your virtual environments makes working on multiple projects, each using a different version of python a breeze.