From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27223 invoked by alias); 6 Dec 2019 21:49:52 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 27214 invoked by uid 89); 6 Dec 2019 21:49:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=pip, H*r:ip*192.168.1.1 X-HELO: elastic.org Received: from li367-187.members.linode.com (HELO elastic.org) (96.126.110.187) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 06 Dec 2019 21:49:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=elastic.org ; s=default2; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=J8dRd2ig5EH4G34eQ9K/lKxrkrI3a/gPKVcgBNNoq1M=; b=JRsYe85pp3HjVJBUu003S9tQ4H j2u9WBh+oR0rwi+ZWNm4e0Or+wPArD7FxbT9AF+W0Dd70jVkUye0pk3teDXEGedUkFgfW+Mi658Ja edAUPv9cJJhUt8/UdOauK93wNdlFVE7aTox6XCopSzE8o2n5Xh5s7hiOB0/U+O6EPs+At+dHHjj2G WT9wbhvhvSb4v81aRclsmzSffc0xkC+8rm9tBs0N0zjbprSvtU38SkFQfXACnV4bqAgvCNfT5cOF9 BIYHUfm1CeO6+WExiY9wJYBHl+IQ8830cHzgM8eGlZ8KPTfvyvIr3lYd4/o3yY576a7h5t0S3ZLRD njetTGow==; Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) (envelope-from ) id 1idLTv-0000lW-QQ; Fri, 06 Dec 2019 21:49:47 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.92.3) (envelope-from ) id 1idLTv-000Rv7-Gg; Fri, 06 Dec 2019 16:49:47 -0500 Received: from fche by very.elastic.org with local (Exim 4.92.3) (envelope-from ) id 1idLTv-005X7G-EN; Fri, 06 Dec 2019 16:49:47 -0500 Date: Fri, 06 Dec 2019 21:49:00 -0000 From: "Frank Ch. Eigler" To: Siddhesh Poyarekar Cc: overseers@sourceware.org, Carlos O'Donell Subject: Re: python3 mod_wsgi and patchwork Message-ID: <20191206214947.GA1312012@elastic.org> References: <019fdd1d-a8c3-fd22-2388-951e27acba80@gotplt.org> <20191201165931.GD2801580@elastic.org> <0b0b814b-e466-0c2d-7efa-7e497a44cc2e@gotplt.org> <20191201172546.GE2801580@elastic.org> <30259a27-bc58-c964-96de-ad65a21b6c0c@gotplt.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <30259a27-bc58-c964-96de-ad65a21b6c0c@gotplt.org> User-Agent: Mutt/1.12.1 (2019-06-15) X-Sender-Verification: "" X-Sender-Verification: "" X-IsSubscribed: yes X-SW-Source: 2019-q4/txt/msg00067.txt.bz2 Hi - > [...] Instead of requesting for individual modules to install using > yum, do you think it would make sense to instead just install > python34-pip? I can then use pip to install modules in user mode > only for the patchwork user. OK, python34-pip is a go. - FChE