We prepared also a full pdl installation within a docker container. It seems to 
be easier to
use and doesn't require sudo. You can get it from and find some
instructions at
  https://hub.docker.com/r/wlmb/perldatalanguage/

The main steps to use it are

$ # in your host
$ sudo install docker.io # here I assume you have debian
$ xhost +local:
$ docker run -p 22 -ti -v /tmp/.X11-unix/:/tmp/.X11-unix/ wlmb/perldatalanguage
(wait patiently, but only the first time you try it)
login: user
Password: user
$ export DISPLAY=:0 # in your container
$ pdl
pdl> demo 3d
...
pdl> q
$ perl -MPDL -E 'say zeroes(10)->xvals'
[0 1 2 3 4 5 6 7 8 9]
$ (run any other pdl programs)
$ exit
$ # back in your host

Best regards,
Luis

-- 

                                                                  o
W. Luis Mochán,                      | tel:(52)(777)329-1734     /<(*)
Instituto de Ciencias Físicas, UNAM  | fax:(52)(777)317-5388     `>/   /\
Apdo. Postal 48-3, 62251             |                           (*)/\/  \
Cuernavaca, Morelos, México          | [email protected]   /\_/\__/
GPG: 791EB9EB, C949 3F81 6D9B 1191 9A16  C2DF 5F0A C52B 791E B9EB



------------------------------------------------------------------------------
_______________________________________________
pdl-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pdl-general

Reply via email to