mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix pype_root directories for build and env
This commit is contained in:
parent
0de76062df
commit
9a70742c61
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue