Skip to content
Snippets Groups Projects
Commit 582e8c77 authored by Blaise Li's avatar Blaise Li
Browse files

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.
parent 63cbe65b
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
python3.6 setup.py build_ext python3.6 setup.py build_ext
# .egg-link does not work with PYTHONPATH ?
pip3.6 install -e . pip3.6 install -e .
pip3.6 install --no-deps --ignore-installed .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment