diff options
author | jgart | 2022-01-14 00:11:41 -0500 |
---|---|---|
committer | BonfaceKilz | 2022-01-27 15:34:40 +0300 |
commit | f676c291967f8a81836b73c5a5dcd3c65e02552c (patch) | |
tree | 5cabcda8746f5668f53ea7d2c45a30f9df6013fd | |
parent | f9dfc61b4fe5d78c6a09adbeafa28a4e5d91c2ad (diff) | |
download | genenetwork3-f676c291967f8a81836b73c5a5dcd3c65e02552c.tar.gz |
Use guix shell shortcut with guix.scm file
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,15 +25,15 @@ There are at least three ways to start GeneNetwork3 with GNU Guix: Simply load up the environment (for development purposes): ```bash -guix shell -Df guix.scm +guix shell ``` Also, make sure you have the [guix-bioinformatics](https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics) channel set up. ```bash -guix shell --expose=$HOME/genotype_files/ -Df guix.scm +guix shell --expose=$HOME/genotype_files/ python3 - import redis +import redis ``` #### Run a Guix container |