--For Windows users (Win10): smile: --You don't have to know Linux (ubuntu): smile: --I'll show you where you can move it for the time being: smile:
If you go to github when a new library comes out, go to the tutorial
Image source: StarGAN-Voice-Conversion
sudo,~.sh,wget Until now, linux commands came out ** "Linux environment: innocent: ... VirtualBox is built: innocent: ... but I hate it because it's heavy: innocent: ... Gununu: innocent: ..." ** It was supposed to be If you want to try it easily on windows, It seems that ubuntu can be run on windows, so I will introduce it.
With win10, you can run Linux environment on windows as a standard function. Feeling of using it It is easier to use than Hyper-V and VirtualBox, so please enjoy the ease of use: relaxed:
This time we will use 18.04 LTS, but please choose according to what you want to do. As of June 26, 2020, you can download up to 20.04.
Start after installation and set ID and pass By default, pass is not displayed, and even if you type it, the * symbol does not appear, so make sure you type it correctly.
Version confirmation
cat /etc/lsb-release
update
sudo apt update
Added download destination for R
echo 'deb https://cran.rstudio.com/bin/linux/ubuntu bionic-cran35/' | sudo tee -a /etc/apt/sources.list
Confirm that it has been added in the editor
sudo nano /etc/apt/sources.list
Exit nano with "Ctrl + X"
key added
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
If there is no problem with the command
gpg: Total number processed: 1
gpg: imported: 1
I think it will come back
Finally
sudo apt install r-base
sudo apt update
Leave python as default and type python3 to open "Ctrl + Z" when both R and python exit
If R or Python says "the package is not included", after starting as above Run install.packages or pip install.
Now you can try it when you need a Linux environment in the future I did it
When moving folders Same as cmd cd ~~~~ You can move it with, but type "bash" into the address of the folder you want to use.
Let's install Windows Subsystem for Linux (WSL1)! [Introduction to WSL] Part 1 Windows 10 Standard Linux Environment Let's Start WSL Install the latest R on Ubuntu
Recommended Posts