Skip to content
Snippets Groups Projects
Commit fea59790 authored by christine.tranchant_ird.fr's avatar christine.tranchant_ird.fr
Browse files

add vim

parent d01e5257
No related branches found
No related tags found
1 merge request!1Draft: Resolve "Vecscreen"
...@@ -12,7 +12,8 @@ description="Conda dependances of frangiPANe" ...@@ -12,7 +12,8 @@ description="Conda dependances of frangiPANe"
website=... website=...
%environment %environment
export PATH="/usr/local/lib/python3.10/dist-packages:/usr/local/miniconda/miniconda3/bin:/usr/bin:$PATH" export PATH="/usr/local/miniconda/miniconda3/bin:/usr/bin:$PATH"
export PYTHONPATH="/usr/local/lib/python3.10/dist-packages:$PYTHONPATH"
# Post-installation section # Post-installation section
%post %post
...@@ -24,6 +25,7 @@ echo "\n debconf debconf/frontend select Noninteractive\n" | debconf-set-selecti ...@@ -24,6 +25,7 @@ echo "\n debconf debconf/frontend select Noninteractive\n" | debconf-set-selecti
echo "\n ###### wget...\n" echo "\n ###### wget...\n"
apt-get install -y wget python3 python3-pip apt-get install -y wget python3 python3-pip
apt-get install -y vim
python3 -m pip install -U pip setuptools build numba python3 -m pip install -U pip setuptools build numba
python3 -m pip install ipython panel biopython pysam pandas matplotlib seaborn python3 -m pip install ipython panel biopython pysam pandas matplotlib seaborn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment