Skip to content

Commit

Permalink
fix generic installers
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Mar 4, 2024
1 parent 88d6a56 commit b2dc900
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mk/spksrc.service.installer.functions
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ install_python_virtualenv ()
python3 --version

# Print out default pip version
read -r -a PIP_VERSION 2>/dev/null <<< $(python3 -m pip --version)
echo "INFO: Default pip version found ${PIP_VERSION[1]}"
python3 -m pip --version

# Create a Python virtualenv
python3 -m venv --system-site-packages ${SYNOPKG_PKGDEST}/env
Expand Down

0 comments on commit b2dc900

Please sign in to comment.