-
Notifications
You must be signed in to change notification settings - Fork 65
CDAT under windows
Charles Doutriaux edited this page Jun 5, 2017
·
4 revisions
It is possible to use Linux applications under Windows 10, you need
- Windows Subsystem for Linux
- X11 Server
Then you simply use the "bash" command and start your regular conda environment
Make sure you have Windows 10 and that is is up to date.
Follow instructions here
The Windows Subsystem for Linux does not support X11 so we will need to install one on our windows machine
Follow instructions for Step one here
Start the bash command line and type:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install gcc libglu1-mesa mesa-utilsI did install but I don't think it is necessary:
sudo apt-get install vim-gtk x11-appsYou need to download and install the Linux conda
Note that the following install miniconda not the full anaconda
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda2Follow Instructions here