Mercurial > repos > ximgchess > chap_test_20230411
changeset 101:3d849a09d6c3 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
author | ximgchess |
---|---|
date | Wed, 24 May 2023 16:13:58 +0000 |
parents | e7fd2e5b53ba |
children | f71e55577c95 |
files | pip_install.sh |
diffstat | 1 files changed, 0 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/pip_install.sh Wed May 24 16:05:52 2023 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -#!/bin/bash - -if [[ $# -ne 1 ]]; then - echo "$0 requires the package as its only command line argument" - exit -fi - -VERSION=`python --version | awk '{split($2,a,"."); printf "%s.%s", a[1], a[2]}'` -PIPLOC=`which python | sed 's/bin\/python//g'` -PIPLOC=$PIPLOC/lib/python$VERSION/site-packages - -echo "Try installing $1 to $PIPLOC" -pip install --target $PIPLOC $1 --upgrade