We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df131fb commit e3292c5Copy full SHA for e3292c5
toolchain/bootstrap/python.sh
@@ -129,7 +129,7 @@ if ! cmp "$(pwd)/toolchain/pyproject.toml" "$(pwd)/build/pyproject.toml" > /dev/
129
fi
130
done
131
132
- if ! PIP_DISABLE_PIP_VERSION_CHECK=1 MAKEFLAGS=$nthreads pip3 install -e "$(pwd)/toolchain"; then
+ if ! PIP_DISABLE_PIP_VERSION_CHECK=1 MAKEFLAGS=$nthreads pip3 install "$(pwd)/toolchain"; then
133
error "(venv) Installation failed."
134
135
log "(venv) Exiting the$MAGENTA Python$COLOR_RESET virtual environment."
0 commit comments