Skip to content

Commit

Permalink
install script for everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardHerault committed Sep 24, 2024
1 parent 96700f9 commit 43e6896
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions env/install_all_users.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
for i in `ls | grep u[25-29]`
do
echo $i
#installing conda and bioinfo env for user
sudo -su jupyter-u$i sh install_user_from_yml.sh
done

0 comments on commit 43e6896

Please sign in to comment.