From 9d4aebe4b26bfa4982221cdfedc555c3e016e6bc Mon Sep 17 00:00:00 2001 From: Ben Dixon Date: Sun, 8 Sep 2019 17:26:04 +0100 Subject: [PATCH] adds: more python stuff --- ansible_osx.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/ansible_osx.yml b/ansible_osx.yml index e02366a..3509233 100644 --- a/ansible_osx.yml +++ b/ansible_osx.yml @@ -32,11 +32,13 @@ - graphql-playground - iterm2 - adoptopenjdk/openjdk/adoptopenjdk8 + - kindle - microsoft-office - ngrok - osxfuse - postico - postman + - rstudio - sketch - slack - sublime-text @@ -75,9 +77,11 @@ 'openssl' , 'pkg-config', 'postgresql', + 'r', 'rcm', 'readline', 'redis', + 'sqllite3', 'sshfs', 'tmux', 'terraform', @@ -86,6 +90,7 @@ 'vim', 'watchman', 'weaveworks/tap/eksctl', + 'xz', 'yarn', 'zsh', 'zlib', @@ -184,6 +189,15 @@ asdf global python 3.7.3 pip install boto pip install ansible + pip install jupyterlab + pip isntall numpy + pip install scipy + pip install matplotlib + pip install ipython + pip install jupyter + pip install pandas + pip install sympy + pip install nose asdf reshim python - name: "Install Default Ruby" @@ -207,7 +221,9 @@ shell: | source /Users/{{ lookup('env', 'USER') }}/.asdf/asdf.sh asdf install elixir 1.6 - asdf global elixir 1.6 + asdf install elixir 1.9.1 + asdf global elixir 1.9.1 + mix archive.install hex phx_new 1.4.9 --force - name: Install yarn packages shell: yarn global add {{ item }} --prefix /usr/local