Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
ipython: take care of interpreter line
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-salfelder committed Aug 26, 2013
1 parent 94a5c1a commit 9c37286
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/pkgs/ipython/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ if [ $? -ne 0 ]; then
echo >&2 "Error installing IPython"
exit 1
fi

# exchange interpreter line, to make relocation happy
sed -i $SAGE_LOCAL/bin/ipython -e '1 s#^.*$#\#!/usr/bin/env python#'

0 comments on commit 9c37286

Please sign in to comment.