Skip to content

Commit

Permalink
Remove hard-code python versions from messages
Browse files Browse the repository at this point in the history
- there is no need to mention python versions in the text just
  after we have reported the required versions.
  • Loading branch information
timj committed Sep 15, 2017
1 parent d20cf17 commit 3d89913
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/newinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ else:

#
# Test/warn about Python versions, offer to get miniconda if not supported.
# LSST currently mandates Python 3.6 and, optionally, 2.7. We assume that the
# LSST currently mandates specific versions of Python. We assume that the
# python in PATH is the python that will be used to build the stack if
# miniconda(2/3) is not installed.
#
Expand Down Expand Up @@ -633,8 +633,8 @@ n8l::python_check() {
if [[ $pyverok != true ]]; then
cat <<-EOF
Thanks. After you install Python 2.7 or 3.6 and the required modules,
rerun this script to continue the installation.
Thanks. After you install the required version of Python and the
required modules, rerun this script to continue the installation.
EOF
fail
Expand Down

0 comments on commit 3d89913

Please sign in to comment.