-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Hi! It is me again, now I am having an issue launching rstudio.
I have run the next command:
conda create -n R -y -c conda-forge -c bioconda r-base rstudio r-tidyverse
Then I activated conda environment with:
conda activate R
Then i execute
rstudio
But the following error appears:
(R) cesanjinezo@DESKTOP-BA97N7N:~$ rstudio
QXcbConnection: Could not connect to display
Aborted
I have tried to find information about this on the web but I cannot find anything clear.
Thank you in advance for your help.