aswf-docker icon indicating copy to clipboard operation
aswf-docker copied to clipboard

/usr/local/bin/pip3 has invalid shebang

Open bfloch opened this issue 3 years ago • 0 comments

I noticed that /usr/local/bin/pip3 from aswf/ci-usd:2022 has the following shebang:

#!/tmp/c/d/python/3.9.11/aswf/vfx2022/package/54ba5ef068a3d5ff0b805c11ce1c750d7532865d/bin/python3.9

As such if fails to run after the build:

bash: /usr/local/bin/pip3: /tmp/c/d/python/3.9.11/aswf/vfx2022/package/54ba5ef068a3d5ff0b805c11ce1c750d75: bad interpreter: No such file or directory

bfloch avatar Oct 04 '22 08:10 bfloch