Mercurial > repos > ximgchess > chap_test_20230411
comparison pip_install.sh @ 69:c1aed65c1d24 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 919e80fa3f8a9160766ff4d2c6b8956ec5553ad3-dirty
author | ximgchess |
---|---|
date | Mon, 24 Apr 2023 19:28:57 +0000 |
parents | 3b1dbe3fb91b |
children | 54d0adb79293 |
comparison
equal
deleted
inserted
replaced
68:9eb455994afe | 69:c1aed65c1d24 |
---|---|
8 VERSION=`python --version | awk '{split($2,a,"."); printf "%s.%s", a[1], a[2]}'` | 8 VERSION=`python --version | awk '{split($2,a,"."); printf "%s.%s", a[1], a[2]}'` |
9 PIPLOC=`which python | sed 's/bin\/python//g'` | 9 PIPLOC=`which python | sed 's/bin\/python//g'` |
10 PIPLOC=$PIPLOC/lib/python$VERSION/site-packages | 10 PIPLOC=$PIPLOC/lib/python$VERSION/site-packages |
11 | 11 |
12 echo "Try installing $1 to $PIPLOC" | 12 echo "Try installing $1 to $PIPLOC" |
13 #pip install --target $PIPLOC $1 | 13 pip install --target $PIPLOC $1 |