Changeset c8e08c2
- Timestamp:
- Nov 28, 2016, 6:49:00 PM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/setenv_local.sh
rcad7e91 rc8e08c2 9 9 # PYTHONPATH variables. 10 10 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])))"`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]))))"` 12 12 13 13 AUBIODIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
Note: See TracChangeset
for help on using the changeset viewer.