about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2021-11-11 11:09:59 +0530
committerBonfaceKilz2021-11-11 09:19:30 +0300
commit6ada26d90f2971610d4f8d6d3c55845ad3ada467 (patch)
tree913870ca6c065e10a12d686183966f1f28799963
parent3df725b34e9d902f5622506087500eb82f64bb0d (diff)
downloadgenenetwork3-6ada26d90f2971610d4f8d6d3c55845ad3ada467.tar.gz
Disuse GUIX_PACKAGE_PATH.
guix-bioinformatics is a Guix channel that is set up by `guix pull'. There is
no need to specify it explicitly using GUIX_PACKAGE_PATH.

* README.md: Do not explicitly set GUIX_PACKAGE_PATH for any command.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 84a7a54..4fe746f 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ guix environment --load=guix.scm
 Also, make sure you have the [guix-bioinformatics](https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics) channel set up.
 
 ```bash
-env GUIX_PACKAGE_PATH=~/guix-bioinformatics/ ~/.config/guix/current/bin/guix environment --expose=$HOME/genotype_files/ --load=guix.scm
+~/.config/guix/current/bin/guix environment --expose=$HOME/genotype_files/ --load=guix.scm
 python3
   import redis
 ```
@@ -32,7 +32,7 @@ python3
 #### Run a Guix container
 
 ```
-env GUIX_PACKAGE_PATH=~/guix-bioinformatics/ ~/.config/guix/current/bin/guix environment -C --network --expose=$HOME/genotype_files/ --load=guix.scm
+~/.config/guix/current/bin/guix environment -C --network --expose=$HOME/genotype_files/ --load=guix.scm
 ```
 
 
@@ -41,7 +41,7 @@ env GUIX_PACKAGE_PATH=~/guix-bioinformatics/ ~/.config/guix/current/bin/guix env
 Create a new profile with
 
 ```
-env GUIX_PACKAGE_PATH=~/guix-bioinformatics/ ~/.config/guix/current/bin/guix package -i genenetwork3 -p ~/opt/genenetwork3
+~/.config/guix/current/bin/guix package -i genenetwork3 -p ~/opt/genenetwork3
 ```
 
 and load the profile settings with