PortValhalla/scripts/Software/Python/install.sh

5 lines
85 B
Bash
Raw Normal View History

2023-01-23 19:36:40 +00:00
#!/bin/bash
dir="${BASH_SOURCE%/*}";
source "$dir/setup.sh";
source "$dir/pyenv.sh";