From 582e8c77b3960cdefe72320f2bbf63acbbf258d4 Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Wed, 11 Apr 2018 13:38:06 +0200 Subject: [PATCH] Fixing libraries to have multiple users. Also removed some debugging output that was written in a unique file in /tmp, which prevented the small RNA annotation to be performed by a new user without erasing this file. --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index cfb2c7d..06391fd 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,5 @@ #!/bin/sh python3.6 setup.py build_ext +# .egg-link does not work with PYTHONPATH ? pip3.6 install -e . +pip3.6 install --no-deps --ignore-installed . -- GitLab