#!/bin/bash for p in $(./this-interpreter --variety all | awk -F'%' ' { print $2 }') do # Thiw was an attempt to get an old version of pypy3 working with zstandard. It didn't help. But switching to a newer # pypy3 did. # ./install-via-pip --python-path "$p" --module-to-import cffi ./install-via-pip --python-path "$p" --module-to-import zstandard --pip-package 'zstandard[cffi]' done