We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd7117 commit ca2c008Copy full SHA for ca2c008
py/private/venv/venv.tmpl.sh
@@ -139,7 +139,7 @@ if [ "$USE_MANIFEST_PATH" = true ]; then
139
ln -snf "${VBIN_LOCATION}/python" "${VBIN_LOCATION}/python${PYTHON_SYMLINK_VERSION_SUFFIX}"
140
141
PYTHON_VERSION=$(${PYTHON} -c 'import platform; print(platform.python_version())')
142
- echo "home = ${VBIN_LOCATION}" > "${PYVENV_CFG}"
+ echo "home = ${PYTHON_BIN_DIR}" > "${PYVENV_CFG}"
143
echo "include-system-site-packages = false" >> "${PYVENV_CFG}"
144
echo "version = ${PYTHON_VERSION}" >> "${PYVENV_CFG}"
145
0 commit comments