Created
December 2, 2016 13:21
-
-
Save lincolnfrias/b5427cd72e3ed8f0420a49d0faef7a37 to your computer and use it in GitHub Desktop.
pós-instalação
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update | |
sudo apt upgrade | |
sudo apt install httpie r-base r-base-dev git unity-tweak-tool gnome-tweak-tool texstudio (demora) | |
http --download https://www.dropbox.com/download?plat=lnx.x86_64 https://repo.continuum.io/archive/Anaconda3-4.2.0-Linux-x86_64.sh https://atom.io/download/deb https://s3.amazonaws.com/rstudio-dailybuilds/rstudio-1.0.134-amd64.deb | |
- bash anaconda | |
- conda config --add channels conda-forge | |
- conda install xonsh | |
- dkpg -i rstudio atom dropbox | |
- para instalar o rstudio: apt libjpeg62 libstreamer (verificar nomes) | |
- executar aqueles dois comandos do cran sobre chaves | |
- substituir o sources list | |
- conda install seaborn | |
- dropbox | |
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf - | |
Next, run the Dropbox daemon from the newly created .dropbox-dist folder. | |
~/.dropbox-dist/dropboxd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment