From ecb0b45e69b2842999a51d4d8046b267de4ba99f Mon Sep 17 00:00:00 2001 From: pswietojanski Date: Fri, 9 Oct 2015 17:37:57 +0100 Subject: [PATCH] kernel issues description --- kernel_issue_fix.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel_issue_fix.md b/kernel_issue_fix.md index 4fbf769..882b3da 100644 --- a/kernel_issue_fix.md +++ b/kernel_issue_fix.md @@ -16,18 +16,18 @@ Follow the below setps **before** you activate the old virtual environment. The basically involves rebuilding the virtual environments. But the whole process is now much simpler (due to the fact OpenBLAS is now a deafult numerical library on DICE). -1. Comment out (or remove) `export=$LD_LIBRARY_PATH...` line in your ~/.bashrc script. Then type +1) Comment out (or remove) `export=$LD_LIBRARY_PATH...` line in your ~/.bashrc script. Then type `unset LD_LIBRARY_PATH` in the terminal. To make sure this variable is not set, type `export` and check visually in the printed list of variables -2. Go to `~/mlpractical/repos-3rd/virtualenv` and install the new virtual +2) Go to `~/mlpractical/repos-3rd/virtualenv` and install the new virtual environment by typing: ``` ./virtualenv.py --python /usr/bin/python2.7 --no-site-packages $MLP_WDIR/venv2 ``` -3. Activate it by typing: source $MLP_WDIR/venv2/bin/activate and install the usual for the course packages using pip: +3) Activate it by typing: source $MLP_WDIR/venv2/bin/activate and install the usual for the course packages using pip: * pip install pip --upgrade * pip install numpy