PortValhalla/scripts/Software/Python/install.sh

6 lines
111 B
Bash
Executable file

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