Changeset c8e08c2


Ignore:
Timestamp:
Nov 28, 2016, 6:49:00 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
Children:
cf19b8a
Parents:
cad7e91
Message:

scripts/setenv_local.sh: python3 compat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/setenv_local.sh

    rcad7e91 rc8e08c2  
    99# PYTHONPATH variables.
    1010
    11 PYTHON_PLATFORM=`python -c "import pkg_resources, sys; print '%s-%s' % (pkg_resources.get_build_platform(), '.'.join(map(str, sys.version_info[0:2])))"`
     11PYTHON_PLATFORM=`python -c "import pkg_resources, sys; print ('%s-%s' % (pkg_resources.get_build_platform(), '.'.join(map(str, sys.version_info[0:2]))))"`
    1212
    1313AUBIODIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
Note: See TracChangeset for help on using the changeset viewer.