- Shortcut to open Terminal ctrl+Alt+T
- Find version of Linux lsb_release- a
Competing Analytics
Saturday, June 12, 2021
Saturday, February 22, 2020
Python for Begineer on Linux
Reference: https://www.pythonforbeginners.com/basics/how-to-use-pip-and-pypi
The pip command is a tool for installing and managing Python packages, such as those found in the Python Package Index.
- Installing Jupyter Lab: pip install jupyterlab
- Calling Anaconda from terminal >Anaconda-Navigator
Saturday, March 23, 2019
Friday, March 22, 2019
Sunday, July 13, 2014
Installing R in Ubuntu
Source:http://www.personal.psu.edu/mar36/blogs/the_ubuntu_r_blog/installing-r.html
Installing R Studio:
The current version of R available when a new version of Ubuntu is released is always available in the universe repository. To install R:
sudo apt-get install r-base r-base-dev
This will install R, the recommended packages, and files needed to
install many additional packages (but not all) from within R using
install.packages("foo")
.
The R packages found in the universe repository are not updated when
new versions of R or the recommended packages are releasedSource:http://www.personal.psu.edu/mar36/blogs/the_ubuntu_r_blog/installing-r.html
Installing R Studio:
- wget -P /home/ashish/R https://download1.rstudio.org/rstudio-1.0.44-amd64.deb
- Cd R
- sudo gdebi rstudio-1.0.44-amd64.deb
Subscribe to:
Posts (Atom)