fixed list
This commit is contained in:
parent
374725d02d
commit
ae3bf46162
@ -16,11 +16,9 @@ Follow the below steps **before** you activate the old virtual environment (or d
|
|||||||
```
|
```
|
||||||
unset LD_LIBRARY_PATH
|
unset LD_LIBRARY_PATH
|
||||||
```
|
```
|
||||||
in the terminal. To make sure this variable is not
|
in the terminal. To make sure this variable is not set, type `export` and check visually in the printed list of variables
|
||||||
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 (`venv2`) by typing:
|
||||||
environment (`venv2`) by typing:
|
|
||||||
```
|
```
|
||||||
./virtualenv.py --python /usr/bin/python2.7 --no-site-packages $MLP_WDIR/venv2
|
./virtualenv.py --python /usr/bin/python2.7 --no-site-packages $MLP_WDIR/venv2
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user