From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Mixing Python2 and Python3 blocks in one file Date: Wed, 18 May 2016 09:45:41 -0400 Message-ID: References: <2016-05-08T10-21-00@devnull.Karl-Voit.at> <2016-05-17T16-45-38@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b31nG-0005rj-Uo for emacs-orgmode@gnu.org; Wed, 18 May 2016 09:45:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b31nC-0001e8-PN for emacs-orgmode@gnu.org; Wed, 18 May 2016 09:45:45 -0400 Received: from mail-qg0-x231.google.com ([2607:f8b0:400d:c04::231]:36103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b31nC-0001ds-If for emacs-orgmode@gnu.org; Wed, 18 May 2016 09:45:42 -0400 Received: by mail-qg0-x231.google.com with SMTP id w36so25666272qge.3 for ; Wed, 18 May 2016 06:45:41 -0700 (PDT) In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: William Henney Cc: Karl Voit , emacs-org Hi Will, On 2016-05-17 at 21:19, William Henney wrote: > Why is the :python parameter insufficient for your needs? You can also > use it for different virtual environments Can you clarify how to do this? Does it work with conda environments too? Thanks, -k.