#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
curl https://pyenv.run | bash;
. "../../Config/pyenv/install.sh";
popd > /dev/null;