From 8488b57aa5b193b2addc034026af875f1145d61f Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 19 Nov 2021 17:15:01 +0530 Subject: Do not recommend GUIX_PACKAGE_PATH. * guix.scm: Do not recommend GUIX_PACKAGE_PATH. --- guix.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/guix.scm b/guix.scm index 56a9fc1..7e75149 100644 --- a/guix.scm +++ b/guix.scm @@ -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) -- cgit v1.2.3