guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

89/223: gnu: python-ipykernel: Set environment variable.


From: guix-commits
Subject: 89/223: gnu: python-ipykernel: Set environment variable.
Date: Thu, 17 Oct 2024 06:20:48 -0400 (EDT)

sharlatan pushed a commit to branch python-team
in repository guix.

commit ed16fee4875b37abae4e37e0a6ec8c6dfebd2cd6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 22:54:07 2024 +0200

    gnu: python-ipykernel: Set environment variable.
    
    * gnu/packages/python-xyz.scm (python-ipykernel)[arguments]: Set
    JUPYTER_PLATFORM_DIRS variable.
    
    Change-Id: I99808fcb0e29600b8728d9fbb8ef0f7e0624f99c
---
 gnu/packages/python-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b99d678c79..1953181401 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12750,6 +12750,8 @@ installing @code{kernelspec}s for use with Jupyter 
frontends.")
               (when tests?
                 (match (primitive-fork)
                   (0                    ;child process
+                   ;; jupyter-core demands this be set.
+                   (setenv "JUPYTER_PLATFORM_DIRS" "1")
                    (setenv "HOME" "/tmp")
                    (execlp "pytest" "pytest" "-vv"))
                   (pytest-pid



reply via email to

[Prev in Thread] Current Thread [Next in Thread]