From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 2102EE004A0; Wed, 1 Jun 2016 09:26:19 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (avery.brian[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.181 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-pf0-f181.google.com (mail-pf0-f181.google.com [209.85.192.181]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E3DE1E0045E for ; Wed, 1 Jun 2016 09:26:13 -0700 (PDT) Received: by mail-pf0-f181.google.com with SMTP id g64so18084757pfb.2 for ; Wed, 01 Jun 2016 09:26:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=74oQpq4Pu/YLQ9IJUW1qWCm64nlPMeFsyyF5NKbdJnY=; b=lo92OW8a2BM4jAz6XFUMbtBa7LSomOrnEGMfy0zaOyCZBHFY4mQXCxFF/NFRj4QKKQ YOxTTHrAgyFCcfDSnvztKh+3ylf5S4mO7Z2Tyn7Qu0bCCXE6gD0tMBCvd6ubHlJJLx0B XB4IVzEyfkZVvv3fuNsmxQMxoTBNdNdWBVIgKpCkzOlxWwFey6BGXgZwWUygRtY8Gpkh icmMwlInUlQkUG4EKYW2VwzSzuGcx7TcAqDPFt6cR87XGgwDT4RlcYFr7mpZ9xAairHD nN9FPpOU1GeIQBBd0Gy3O5yEZ730/T4fUzMqZ/kvswTiQbshRmCZegF4QYgahpP/VohB MwbQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=74oQpq4Pu/YLQ9IJUW1qWCm64nlPMeFsyyF5NKbdJnY=; b=Kr99SR4Oe5NJ2NLfzfWr46c359GSbqj9ZXkfyM0lIqq+3o8lP4yQ9f52bBal45ZIhy 3IaR2Cmsm4Xt+W2H5YvAqVl0TQ74v0lg5c2YL+dmdKJRsCsybDaacPYXiDTR4+ATaHhZ VfgtirnGV7vVDmdTJDtNprEj2qexETIuVb3fT/2/APnybW1Vhm3NhmShTVFUJ4rnFNRm Zx2T7/qT3InjPK1g7xLDmGpgrvxhN0m/tcQPIlbmoFui3b9gZ8Yz1kRhVGoMqJNRC64W NGMqtlFxEr8IiXjIQ+rCURoeZds8UzcWWuusHjnDGMNG3UPKh0GVu96IMC44dM4I6Blf kyrw== X-Gm-Message-State: ALyK8tKWrshzTFbUjFr38ruZBJKErVhQJKNucbJo+jpKeAhUHp/GQXYlxDjK0BblijvoGg== X-Received: by 10.98.21.82 with SMTP id 79mr10440658pfv.92.1464798372737; Wed, 01 Jun 2016 09:26:12 -0700 (PDT) Received: from whisper.hsd1.or.comcast.net (c-98-232-142-195.hsd1.or.comcast.net. [98.232.142.195]) by smtp.gmail.com with ESMTPSA id v184sm22332056pfb.24.2016.06.01.09.26.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 01 Jun 2016 09:26:12 -0700 (PDT) From: brian avery X-Google-Original-From: brian avery To: toaster@yoctoproject.org Date: Wed, 1 Jun 2016 09:35:00 -0700 Message-Id: X-Mailer: git-send-email 1.9.1 Cc: brian avery Subject: [PATCH 0/1] toaster: Documentation chanes to move to pip3 from virtualenv X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2016 16:26:19 -0000 Our switch to python3 requires us to dump the virtualenv approach as long as we need python to resolve to python2 in the same shell that python3 resolves to python3. To enable users to install Toaster's python package dependencies locally, we are changing to using pip3 and these doc changes explain how to do that. -bavery (an intel employee) The following changes since commit 3c42280b8a5cac184311a59589849fec4e215a14: sanity: Drop setting C locale (2016-06-01 15:05:47 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib bavery/toaster/pip3-doc-changes http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/toaster/pip3-doc-changes brian avery (1): toaster-manual: Switch to pip3 dependency installer .../toaster-manual-setup-and-use.xml | 26 ++++---- .../toaster-manual/toaster-manual-start.xml | 72 ++++++---------------- 2 files changed, 31 insertions(+), 67 deletions(-) -- 1.9.1