MAINT: opensuse pt2

This commit is contained in:
Matthew Ryan Dillon 2019-02-24 13:36:20 -07:00
parent c62a0eb97d
commit 8e336bc698
4 changed files with 22 additions and 1 deletions

View file

@ -10,6 +10,10 @@ $ sudo zypper install \
htop \
mr \
nodejs10 \
postgresql \
postgresql-server \
postgresql-devel \
tlp \
tmux \
tree \
vim \
@ -26,4 +30,9 @@ $ ./install
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
$ vim +PlugInstall
$ mr checkout
$ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
$ sudo sh Miniconda3-latest-Linux-x86_64.sh # install to /opt/miniconda3
$ sudo conda update conda
$ wget https://raw.githubusercontent.com/qiime2/environment-files/master/latest/staging/qiime2-latest-py36-linux-conda.yml
$ conda env create -n q2dev --file qiime2-latest-py36-linux-conda.yml
```