Changeset 35843 for main


Ignore:
Timestamp:
2022-01-01T21:49:34+13:00 (2 years ago)
Author:
davidb
Message:

Some minor upgrades and tweaks to echo statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/CREATE-VENV-PYTHON3.sh

    r35003 r35843  
    11#!/bin/bash
    22
    3 my_env="my-python3"
     3my_env=${1:-my-python3}
    44
    55ve_package=virtualenv-16.7.10
     
    2828echo "****"
    2929echo "* To activate this version of python, enter:"
    30 echo "*   source \"$PWD/$my_env/bin/activate\""
     30echo "*   source \"./$my_env/bin/activate\""
    3131echo "*"
    3232echo "* Once activated, required packages that need to be added to '$my_env' via pip3 ..."
     
    3434echo "* For 'voting-excel'"
    3535echo "*   pip3 install openpyxl"
    36 echo "* and optionally (for processing .xls legacy files) install"
    37 echo "*   pip3 install xlrd"
     36#echo "* and optionally (for processing .xls legacy files) install"
     37#echo "*   pip3 install xlrd"
    3838echo "*"
    3939echo "* For 'errata-categories'"
    4040echo "*   pip3 install wikipedia beautifulsoup4"
     41echo "*"
     42echo "* For 'spotify-musicbrainz'"
     43echo "*   pip3 install -r spotify-musicbrainz/requirements.txt"
    4144echo "****"
    4245
Note: See TracChangeset for help on using the changeset viewer.