mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
Initial migration to new theme
This commit is contained in:
parent
5f87407232
commit
1c359e342a
27 changed files with 224 additions and 511 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue