fixed list

This commit is contained in:
Steve Renals 2015-10-11 19:43:43 +01:00
parent 374725d02d
commit ae3bf46162

View File

@ -16,11 +16,9 @@ Follow the below steps **before** you activate the old virtual environment (or d
```
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
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
environment (`venv2`) by typing:
2. Go to `~/mlpractical/repos-3rd/virtualenv` and install the new virtual environment (`venv2`) by typing:
```
./virtualenv.py --python /usr/bin/python2.7 --no-site-packages $MLP_WDIR/venv2
```