Create R environment using conda
```bash #install Miniconda mkdir ~/conda; cd ~/conda wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-...
```bash #install Miniconda mkdir ~/conda; cd ~/conda wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-...
In Anaconda Prompt conda create -n newEnv conda activate newEnv - y conda install spyder-kernels -y conda install ... where python Copy the Python environme...
Install Miniconda if you haven’t done so. mkdir ~/conda; cd ~/conda wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Mi...
Install Miniconda and configure Jupyter notebook to run R kernals. First make sure X11 forwarding works on your local machine. Then follow the steps below. `...
Use the GNU du command [jingchao@login.crane hao]$ du --apparent-size -sh 11T . [jingchao@login.crane hao]$ du -sh 3.2T .