File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ function initialize() {
18
18
function install_hca_tool() {
19
19
echo " Installing hca tool (see ${LOGFILE} for errors)..."
20
20
21
- if ! pip install --upgrade hca >> ${LOGFILE} 2>&1 ; then
21
+ if ! pip install hca --upgrade --ignore-installed six >> ${LOGFILE} 2>&1 ; then
22
22
echo -e " \n\nThat failed, trying again as superuser. You may be prompted for your password..."
23
- sudo pip install --upgrade hca 2>&1 >> ${LOGFILE}
23
+ sudo pip install hca --upgrade --ignore-installed six 2>&1 >> ${LOGFILE}
24
24
fi
25
25
26
26
HCA=hca
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ function initialize() {
18
18
function install_hca_tool() {
19
19
echo " Installing hca tool (see ${LOGFILE} for errors)..."
20
20
21
- if ! pip install --upgrade hca >> ${LOGFILE} 2>&1 ; then
21
+ if ! pip install hca --upgrade --ignore-installed six >> ${LOGFILE} 2>&1 ; then
22
22
echo -e " \n\nThat failed, trying again as superuser. You may be prompted for your password..."
23
- sudo pip install --upgrade hca 2>&1 >> ${LOGFILE}
23
+ sudo pip install hca --upgrade --ignore-installed six 2>&1 >> ${LOGFILE}
24
24
fi
25
25
26
26
HCA=hca
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ function initialize() {
18
18
function install_hca_tool() {
19
19
echo " Installing hca tool (see ${LOGFILE} for errors)..."
20
20
21
- if ! pip install --upgrade hca >> ${LOGFILE} 2>&1 ; then
21
+ if ! pip install hca --upgrade --ignore-installed six >> ${LOGFILE} 2>&1 ; then
22
22
echo -e " \n\nThat failed, trying again as superuser. You may be prompted for your password..."
23
- sudo pip install --upgrade hca 2>&1 >> ${LOGFILE}
23
+ sudo pip install hca --upgrade --ignore-installed six 2>&1 >> ${LOGFILE}
24
24
fi
25
25
26
26
HCA=hca
You can’t perform that action at this time.
0 commit comments