From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 02 09:07:03 2018 Received: (at 30921) by debbugs.gnu.org; 2 Jul 2018 13:07:03 +0000 Received: from localhost ([127.0.0.1]:42687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fZyXm-0002jO-VL for submit@debbugs.gnu.org; Mon, 02 Jul 2018 09:07:03 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46341) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fZyXm-0002it-29 for 30921@debbugs.gnu.org; Mon, 02 Jul 2018 09:07:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fZyXc-0007F4-78 for 30921@debbugs.gnu.org; Mon, 02 Jul 2018 09:06:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fZyXc-0007Et-3B; Mon, 02 Jul 2018 09:06:52 -0400 Received: from [193.50.110.150] (port=59152 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fZyXb-0000oA-Lj; Mon, 02 Jul 2018 09:06:51 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Konrad Hinsen Subject: Re: bug#30921: Jupyter uses the wrong Python. References: <87tvt5ixmc.fsf@elephly.net> Date: Mon, 02 Jul 2018 15:06:49 +0200 In-Reply-To: (Konrad Hinsen's message of "Sun, 25 Mar 2018 11:39:23 +0200") Message-ID: <87woudhjme.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 30921 Cc: Ricardo Wurmus , 30921@debbugs.gnu.org, Fis Trivial X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Hello, Konrad Hinsen skribis: > Ricardo Wurmus writes: > >> I wonder if that=E2=80=99s by design. As far as I understand Jupyter ca= n be >> used with many different kernels, including different versions of >> Python. This means that we may not limit it to just a single version of >> Python at build time. >> >> Is this correct? > > Yes. Installed kernels are normally under $prefix/share/jupyter/kernels. > A standard installation of Jupyter via PyPI also installs a kernel for > the same Python interpreter that is used for Jupyter. Additional kernels > can then be installed afterwards. So my understanding is that there=E2=80=99s no bug on our side, right? Thanks, Ludo=E2=80=99.