From 180d85be146f9d46356db8e65491782c844aff0d Mon Sep 17 00:00:00 2001 From: kungfujam Date: Mon, 28 Sep 2015 14:00:25 +0100 Subject: [PATCH] Ensure user doesn't install numpy in same directory as BLAS --- 00_Introduction.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/00_Introduction.ipynb b/00_Introduction.ipynb index 51b5b54..defed34 100644 --- a/00_Introduction.ipynb +++ b/00_Introduction.ipynb @@ -106,6 +106,7 @@ "To install `numpy` linked against the OpenBLAS libraries we just compiled, first run the following\n", "\n", "```\n", + "cd ~/Downloads\n", "wget http://downloads.sourceforge.net/project/numpy/NumPy/1.9.2/numpy-1.9.2.zip\n", "unzip numpy-1.9.2.zip\n", "cd numpy-1.9.2\n",