We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c56118 commit f8ab131Copy full SHA for f8ab131
scripts/macpython-build-wheels.sh
@@ -21,6 +21,9 @@ rm -rf ${SCRIPT_DIR}/../venvs
21
VENVS=()
22
mkdir -p ${SCRIPT_DIR}/../venvs
23
for PYBIN in "${PYBINARIES[@]}"; do
24
+ if [[ $(basename $PYBIN) = "Current" ]]; then
25
+ continue
26
+ fi
27
py_mm=$(basename ${PYBIN})
28
VENV=${SCRIPT_DIR}/../venvs/${py_mm}
29
VIRTUALENV_EXECUTABLE=${PYBIN}/bin/virtualenv
0 commit comments