diff options
author | Arun Isaac | 2021-11-19 17:15:01 +0530 |
---|---|---|
committer | Arun Isaac | 2021-11-19 17:15:01 +0530 |
commit | 8488b57aa5b193b2addc034026af875f1145d61f (patch) | |
tree | 4fd9c723d1be790a9e9fe5fbacc2c20e6f23e306 /guix.scm | |
parent | 51960ae8867367d0708b9c09f4de84530b25e786 (diff) | |
download | genenetwork3-8488b57aa5b193b2addc034026af875f1145d61f.tar.gz |
Do not recommend GUIX_PACKAGE_PATH.
* guix.scm: Do not recommend GUIX_PACKAGE_PATH.
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -17,12 +17,13 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with genenetwork3. If not, see https://www.gnu.org/licenses/. -;; After checking out the git repo -;; cd ~ ; git clone https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics +;; Make sure you have the +;; https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics channel +;; set up. ;; ;; To get a development container (e.g., run in emacs shell). ;; -;; env GUIX_PACKAGE_PATH=~/guix-bioinformatics/ guix environment -C -l guix.scm +;; guix environment -C -l guix.scm (use-modules (gn packages gemma) (gn packages python) |