You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, make sure you have Xcode and CommandLineTools installed and updated to latest version (in AppStore). If you have not already installed CommadLineTools, go to a terminal window and run:
108
-
108
+
109
109
```
110
110
xcode-select --install
111
111
```
@@ -130,21 +130,21 @@ Start by installing Conda. We suggest installing **Miniconda3** and NOT Anaconda
Follow the instructions on screen replying `yes` when necessary. Restart your terminal window to apply modifications. After restarting, you can type the command below to install Mamba:
142
-
142
+
143
143
```
144
144
conda init
145
145
conda install -n base -c conda-forge mamba
146
146
```
147
-
147
+
148
148
</details>
149
149
150
150
@@ -153,80 +153,80 @@ Start by installing Conda. We suggest installing **Miniconda3** and NOT Anaconda
Unfortunately, not all packages available on conda are compatible with windows machines. The good news is that Windows 10 offers native linux support via the Windows Subsystem for Linux (WSL2). This allows you to run linux/bash commands from within windows without the need of a virtual machine nor a dual-boot setup (i.e. having 2 operating systems). However, WSL does not offer a complete support for graphical interfaces (such as RStudio in our case), so we need additional steps to make that happen.
156
-
156
+
157
157
1. On Windows 10, install the WSL if you don't have it. Follow the instructions here:
It is recommended that you INSTALL the program and not use the portable version.
163
-
163
+
164
164
3. Inside MobaXterm, you will probably will see that your WSL is already listed on the left panel as an available connection. Just double-click it and you will be accessing it via MobaXterm. If by any chance you don't see it there, close MobaXterm and go to the WSL terminal, because probably the WSL is not allowing SSH connections. You can follow this [link](https://www.illuminiastudios.com/dev-diaries/ssh-on-windows-subsystem-for-linux/) for the instructions on how to do it. You need to complete until the step `Start or restart the SSH service`, while the further steps are optional, but might be useful.
165
-
165
+
166
166
4. Inside MobaXterm, download Conda with the command:
5. Inside MobaXterm, type the commands below to install Conda. Follow the instructions for the installation there.
173
-
173
+
174
174
```
175
175
cd ~/Downloads
176
176
sh Miniconda3-latest-Linux-x86_64.sh
177
177
```
178
-
178
+
179
179
6. Inside MobaXterm, Follow the instructions on screen replying `yes` when necessary. Restart your terminal window to apply modifications. After restarting, you can type the command below to install Mamba:
180
-
180
+
181
181
```
182
182
conda init
183
183
conda install -n base -c conda-forge mamba
184
184
```
185
-
185
+
186
186
7. Inside MobaXterm, type the commands below to install the X-server graphical packages that will be used to launch RStudio.
8. Close and open all application and Inside MobaXterm, you will probably will see that your WSL is already listed on the left panel as an available connection. Just double-click it and you will be accessing it via MobaXterm.
If by any means you see that the installations are not working as it should on your computer, you can try to create a virtual machine to run UBUNTU and install everything there. But please keep this alternative as the last temporary resourse, as we recommend troubleshooting the installation o the up-mentioned methods.
204
-
204
+
205
205
1. Download and install on your machine VIRTUALBOX
3. On VIRTUALBOX, click on `Settings` (yellow engine) > `General` > `Advanced` and make sure that both settings **Shared Clipboard** and **Drag'n'Drop** are set to `Bidirectional`.
212
-
212
+
213
213
4. Completely close VIRTUALBOX and start it again to apply changes.
214
-
214
+
215
215
5. On VIRTUALBOX, create a machine called Ubuntu and add the image above
216
216
- set the memory to the maximum allowed in the GREEN bar
217
217
- set the hard disk to be dynamic allocated
218
218
- all other things can be default
219
-
219
+
220
220
6. Proceed with the Ubuntu installation as recommended. You can set to do "Minimal Installation" and deactivate to get updates during installation.
221
-
221
+
222
222
7. Inside Ubuntu, open TERMINAL and type the commands below to install the X-server graphical packages that will be used to launch RStudio.
0 commit comments