adds: more python stuff
This commit is contained in:
@@ -32,11 +32,13 @@
|
|||||||
- graphql-playground
|
- graphql-playground
|
||||||
- iterm2
|
- iterm2
|
||||||
- adoptopenjdk/openjdk/adoptopenjdk8
|
- adoptopenjdk/openjdk/adoptopenjdk8
|
||||||
|
- kindle
|
||||||
- microsoft-office
|
- microsoft-office
|
||||||
- ngrok
|
- ngrok
|
||||||
- osxfuse
|
- osxfuse
|
||||||
- postico
|
- postico
|
||||||
- postman
|
- postman
|
||||||
|
- rstudio
|
||||||
- sketch
|
- sketch
|
||||||
- slack
|
- slack
|
||||||
- sublime-text
|
- sublime-text
|
||||||
@@ -75,9 +77,11 @@
|
|||||||
'openssl' ,
|
'openssl' ,
|
||||||
'pkg-config',
|
'pkg-config',
|
||||||
'postgresql',
|
'postgresql',
|
||||||
|
'r',
|
||||||
'rcm',
|
'rcm',
|
||||||
'readline',
|
'readline',
|
||||||
'redis',
|
'redis',
|
||||||
|
'sqllite3',
|
||||||
'sshfs',
|
'sshfs',
|
||||||
'tmux',
|
'tmux',
|
||||||
'terraform',
|
'terraform',
|
||||||
@@ -86,6 +90,7 @@
|
|||||||
'vim',
|
'vim',
|
||||||
'watchman',
|
'watchman',
|
||||||
'weaveworks/tap/eksctl',
|
'weaveworks/tap/eksctl',
|
||||||
|
'xz',
|
||||||
'yarn',
|
'yarn',
|
||||||
'zsh',
|
'zsh',
|
||||||
'zlib',
|
'zlib',
|
||||||
@@ -184,6 +189,15 @@
|
|||||||
asdf global python 3.7.3
|
asdf global python 3.7.3
|
||||||
pip install boto
|
pip install boto
|
||||||
pip install ansible
|
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
|
asdf reshim python
|
||||||
|
|
||||||
- name: "Install Default Ruby"
|
- name: "Install Default Ruby"
|
||||||
@@ -207,7 +221,9 @@
|
|||||||
shell: |
|
shell: |
|
||||||
source /Users/{{ lookup('env', 'USER') }}/.asdf/asdf.sh
|
source /Users/{{ lookup('env', 'USER') }}/.asdf/asdf.sh
|
||||||
asdf install elixir 1.6
|
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
|
- name: Install yarn packages
|
||||||
shell: yarn global add {{ item }} --prefix /usr/local
|
shell: yarn global add {{ item }} --prefix /usr/local
|
||||||
|
|||||||
Reference in New Issue
Block a user