mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
feat(guix): libfaketime & note about PYTHONPATH
This commit is contained in:
parent
cbed53fc07
commit
9d89de7053
3 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
(specifications->manifest
|
(specifications->manifest
|
||||||
'(
|
'(
|
||||||
|
"libfaketime"
|
||||||
"lua"
|
"lua"
|
||||||
"gcc-toolchain"
|
"gcc-toolchain"
|
||||||
"go"
|
"go"
|
||||||
|
|
|
||||||
|
|
@ -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=""
|
||||||
|
|
|
||||||
2
Guix.org
2
Guix.org
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue