Hello, On the Vagrantfile, do you have this?
config.ssh.forward_x11 - If true, X11 forwarding over SSH connections is enabled. Defaults to false. http://docs.vagrantup.com/v2/vagrantfile/ssh_settings.html That should enable X11 forwarding I would suggest enable, test open a X11 app as vagrant user to make sure it works, and move from there. On Sat, Apr 4, 2015 at 5:15 AM, Abhijit Bhattacharyya <[email protected]> wrote: > I have installed vgrant and running sklearn etc using ipython which requires > scatter plot. I am getting "TclError: no display name and no $DISPLAY > environment variable > vagrant@data-science-toolbox:/vagrant$ " > > I started vagrant following xhost + from my laptop where base platform is > OpenSUSE 13.2 in TCSH shell. > Please guide me whether I should declare environment here after "vagrant > ssh"? > Thanks > cheers > Abhijit > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
