feat(guix): libfaketime & note about PYTHONPATH

This commit is contained in:
Pavel Korytov 2021-09-17 21:17:00 +03:00
parent cbed53fc07
commit 9d89de7053
3 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
(specifications->manifest (specifications->manifest
'( '(
"libfaketime"
"lua" "lua"
"gcc-toolchain" "gcc-toolchain"
"go" "go"

View file

@ -2125,6 +2125,7 @@ This section generates manifests for various desktop software that I'm using.
| dev | go | | dev | go |
| dev | gcc-toolchain | | dev | gcc-toolchain |
| dev | lua | | dev | lua |
| dev | libfaketime |
** Manifests ** Manifests
#+NAME: packages #+NAME: packages
#+begin_src emacs-lisp :tangle no :var category="" #+begin_src emacs-lisp :tangle no :var category=""

View file

@ -614,6 +614,8 @@ mkdir -p ~/.conda/envs
conda create -p ~/.conda/envs/test conda create -p ~/.conda/envs/test
#+end_src #+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. 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: So here is a script to set up conda hooks: