use system packages
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
set -e
|
set -e
|
||||||
if [ ! -d ~/venvs/hbd ]; then
|
if [ ! -d ~/venvs/hbd ]; then
|
||||||
mkdir -p ~/venvs
|
mkdir -p ~/venvs
|
||||||
python3 -m venv ~/venvs/hbd
|
python3 -m venv ~/venvs/hbd --system-site-packages
|
||||||
fi
|
fi
|
||||||
. ~/venvs/hbd/bin/activate
|
. ~/venvs/hbd/bin/activate
|
||||||
pip install 'git+ssh://git@git.wrede.ca/andreas/heartbeat.git'
|
pip install 'git+ssh://git@git.wrede.ca/andreas/heartbeat.git'
|
||||||
|
|||||||
Reference in New Issue
Block a user