Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jan 18, 2024
2 parents a1db3e7 + 86114a1 commit d9d646f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildscripts/install_editable_debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -a
SCRIPT_DIR=$(realpath $(dirname $0))
ROOT_DIR=$(realpath ${SCRIPT_DIR}/..)
VENV_DIR=${ROOT_DIR}/env
VENV_DIR=${ROOT_DIR}/venv
cd ${ROOT_DIR}
python3 -m venv ${VENV_DIR}
. ${VENV_DIR}/bin/activate
Expand All @@ -18,4 +18,4 @@ pip install --config-settings=editable.rebuild=true \
-ve .
mkdir -p $HOME/.local/lib
LIBFILE=$(realpath ${ROOT_DIR}/build/*/bin/*swiftest.*)
ln -s $LIBFILE $HOME/.local/lib
ln -fs $LIBFILE $HOME/.local/lib

0 comments on commit d9d646f

Please sign in to comment.