Skip to content

Commit

Permalink
Simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 1, 2023
1 parent af17406 commit b024a0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/pkgs/pip/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ cd src

sdh_setup_bdist_wheel

# pip can install its own wheel! But first we need to ensure that the pip
# source directory in on the PYTHONPATH
echo "export PYTHONPATH=\"$(pwd)/src\"" >> ../spkg-pipinst

# --ignore-installed makes sure that pip does not mistake
# its own source tree as an existing installation
sdh_store_and_pip_install_wheel --ignore-installed .
5 changes: 5 additions & 0 deletions build/pkgs/pip/spkg-pipinstall.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cd src

# pip can install its own wheel! But first we need to ensure that the pip
# source directory in on the PYTHONPATH
export PYTHONPATH="$(pwd)/src"

0 comments on commit b024a0e

Please sign in to comment.