Skip to content

Commit

Permalink
Change location of dst to /usr/lib and dont chown .ipython
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenjanssens committed Mar 12, 2014
1 parent 6429323 commit 4538a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions bundles/base/install.yml
Expand Up @@ -36,7 +36,6 @@
- name: Make sure that the repos directory exists
file: path=/home/{{ dst_username }}/repos state=directory owner={{ dst_username }} group={{ dst_username }}
- name: Get DST
git: repo=https://github.com/DataScienceToolbox/data-science-toolbox.git dest=/home/{{ dst_username }}/repos/data-science-toolbox
sudo: no
git: repo=https://github.com/DataScienceToolbox/data-science-toolbox.git dest=/usr/lib/data-science-toolbox
- name: Install DST manager
shell: cd /home/{{ dst_username }}/repos/data-science-toolbox/manager && python setup.py install
shell: cd /usr/lib/data-science-toolbox/manager && python setup.py install
2 changes: 0 additions & 2 deletions bundles/base/setup.yml
Expand Up @@ -15,8 +15,6 @@
- include_vars: passwd_hash.yml
- name: Make sure that the notebooks directory exists
file: path=/home/{{ dst_username }}/notebooks state=directory owner={{ dst_username }} group={{ dst_username }}
- name: Make sure that the .ipython directory exists
file: path=/home/{{ dst_username }}/.ipython state=directory owner={{ dst_username }} group={{ dst_username }}
- name: Create IPython profile
shell: "ipython profile create dst --ipython-dir=/home/{{ dst_username }}/.ipython"
- shell: rm passwd_hash.yml
Expand Down

0 comments on commit 4538a50

Please sign in to comment.