Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D1A5210EBD for ; Sun, 10 Nov 2013 21:39:17 +0000 (UTC) Received: (qmail 8427 invoked by uid 500); 10 Nov 2013 21:39:17 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 8395 invoked by uid 500); 10 Nov 2013 21:39:17 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 8386 invoked by uid 99); 10 Nov 2013 21:39:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Nov 2013 21:39:17 +0000 Date: Sun, 10 Nov 2013 21:39:17 +0000 (UTC) From: "Alexander Shorin (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (COUCHDB-1927) Use virtualenv for Python dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Alexander Shorin created COUCHDB-1927: ----------------------------------------- Summary: Use virtualenv for Python dependencies Key: COUCHDB-1927 URL: https://issues.apache.org/jira/browse/COUCHDB-1927 Project: CouchDB Issue Type: Improvement Components: Build System Reporter: Alexander Shorin Inspired by Mozilla Sync Server [installation|http://amnesiak.org/blog/mozilla-sync-server-with-nginx.html]. Just run [make build|https://hg.mozilla.org/services/server-full/file/ce11b2327fbc/Makefile#42] and it installs every required Python bits within local virtual environment without touching system packages. This way solves a lot of problems with outdated / missed system packages and quite portable. -- This message was sent by Atlassian JIRA (v6.1#6144)