fix pype_root directories for build and env

This commit is contained in:
Milan Kolar 2021-02-05 10:40:55 +01:00
parent 0de76062df
commit 9a70742c61
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@ echo -e "${RST}"
detect_python || return 1
# Directories
pype_root=$(dirname $(realpath $(dirname $(dirname "${BASH_SOURCE[0]}"))))
pype_root=$(realpath $(dirname $(dirname "${BASH_SOURCE[0]}")))
pushd "$pype_root" || return > /dev/null
echo -e "${BIGreen}>>>${RST} Reading Poetry ... \c"