PortValhalla/scripts/Software/Python/install.sh

6 lines
87 B
Bash
Executable file

#!/bin/bash
pushd "${BASH_SOURCE%/*}";
source "./setup.sh";
source "./pyenv.sh";
popd;