From 9d89de7053f0be08e16a6fca550db4608928e514 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Fri, 17 Sep 2021 21:17:00 +0300 Subject: [PATCH] feat(guix): libfaketime & note about PYTHONPATH --- .config/guix/manifests/dev.scm | 1 + Desktop.org | 1 + Guix.org | 2 ++ 3 files changed, 4 insertions(+) diff --git a/.config/guix/manifests/dev.scm b/.config/guix/manifests/dev.scm index 6af9076..328e869 100644 --- a/.config/guix/manifests/dev.scm +++ b/.config/guix/manifests/dev.scm @@ -1,5 +1,6 @@ (specifications->manifest '( + "libfaketime" "lua" "gcc-toolchain" "go" diff --git a/Desktop.org b/Desktop.org index 44a6c0b..f24030f 100644 --- a/Desktop.org +++ b/Desktop.org @@ -2125,6 +2125,7 @@ This section generates manifests for various desktop software that I'm using. | dev | go | | dev | gcc-toolchain | | dev | lua | +| dev | libfaketime | ** Manifests #+NAME: packages #+begin_src emacs-lisp :tangle no :var category="" diff --git a/Guix.org b/Guix.org index accfa1b..47158e6 100644 --- a/Guix.org +++ b/Guix.org @@ -614,6 +614,8 @@ mkdir -p ~/.conda/envs conda create -p ~/.conda/envs/test #+end_src +Fourth, you may need to unset =$PYTHONPATH= if you have any global packages installed, otherwise Python from anaconda will try to import them instead of the conda versions. + Finally, I also want to have an ability to use global npm. Some settings for that are located in [[file:Console::*npm][Console.org]]. Here we want to unset =NPM_CONFIG_USERCONFIG= if there is npm available in the environment. So here is a script to set up conda hooks: