From 36fd1e88f47ad30c9786fd3d6e47e9d8145986e3 Mon Sep 17 00:00:00 2001 From: Suwako Moriya Date: Tue, 26 Feb 2019 23:20:43 +0100 Subject: [PATCH] Revert "Won't run on my raspi ;trying to fix it" This reverts commit be86e63a8416a9609f7a00e3db6d1499ada4b622. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index fffe37d..9159e0a 100755 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ python: storage/libs/python storage/libs/finaltouch export LD_LIBRARY_PATH=$(mainDir)/storage/libs/libgit2/libgit2-0.27.0/installed/lib;\ export PYTHONPATH=$(mainDir)/storage/libs/python:${PYTHONPATH};\ export LIBGIT2=$(mainDir)/storage/libs/libgit2/libgit2-0.27.0/installed/;\ - python3 + python3.6 storage/libs/finaltouch: storage/libs/python touch storage/libs/python storage/libs/get-pip.py storage/libs/libgit2: storage/libs @@ -32,7 +32,7 @@ storage/libs/get-pip.py: storage/libs cd storage/libs;\ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py;\ export PYTHONPATH=$(mainDir)/storage/libs/python:${PYTHONPATH};\ - python3 get-pip.py --user + python3.6 get-pip.py --user storage/libs/python: storage/libs storage/libs/get-pip.py storage/libs/dependencies.sha512 cd $(mainDir);\ @@ -42,7 +42,7 @@ storage/libs/python: storage/libs storage/libs/get-pip.py storage/libs/dependenc export LD_LIBRARY_PATH=$(mainDir)/storage/libs/libgit2/libgit2-0.27.0/installed/lib;\ export LIBGIT2=$(mainDir)/storage/libs/libgit2/libgit2-0.27.0/installed/;\ export PYTHONPATH=$(mainDir)/storage/libs/python:${PYTHONPATH};\ - python3 ~/.local/bin/pip3 install -U -t storage/libs/python -r dependencies + python3.6 ~/.local/bin/pip3 install -U -t storage/libs/python -r dependencies touch $(mainDir)/storage/libs/python storage: cd $(mainDir);\