... | @@ -28,7 +28,12 @@ Then you can, optionally install a graphical server for you subsystem using eith |
... | @@ -28,7 +28,12 @@ Then you can, optionally install a graphical server for you subsystem using eith |
|
export DISPLAY=$(awk '/nameserver / {print $2; exit}' /etc/resolv.conf 2>/dev/null):0.0
|
|
export DISPLAY=$(awk '/nameserver / {print $2; exit}' /etc/resolv.conf 2>/dev/null):0.0
|
|
```
|
|
```
|
|
|
|
|
|
Then in an ubuntu 20.04 terminal run the following commands:
|
|
By the way with wsl you can define windows browser as default linux browser (needs to install wslu):
|
|
|
|
```
|
|
|
|
export BROWSER=wslview
|
|
|
|
```
|
|
|
|
|
|
|
|
Then in an ubuntu 20.04 terminal run the following commands (or follow the Linux pre-requisites) :
|
|
|
|
|
|
```shell
|
|
```shell
|
|
sudo apt-get install cmake gcc g++ gfortran liblapack-dev swig python3-dev python3-numpy python3-scipy python3-matplotlib python3-vtk7 paraview python3-pip libhdf5-dev hdf5-tools
|
|
sudo apt-get install cmake gcc g++ gfortran liblapack-dev swig python3-dev python3-numpy python3-scipy python3-matplotlib python3-vtk7 paraview python3-pip libhdf5-dev hdf5-tools
|
... | | ... | |