Skip to content

Commit

Permalink
Use pip directly in post_install, do not use --user flag to ensure it…
Browse files Browse the repository at this point in the history
…s installed in the PREFIX/bin folder
  • Loading branch information
ar0ch committed Feb 5, 2020
1 parent 8299e08 commit 26c1768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/post_install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

${1}/bin/python -m pip install --upgrade --trusted-host pip.appliedbinf.com --extra-index-url https://cdc:smoredInstaller@pip.appliedbinf.com SMOREd
${1}/bin/pip install --upgrade --trusted-host pip.appliedbinf.com --extra-index-url https://cdc:smoredInstaller@pip.appliedbinf.com SMOREd
echo "alias smored=${1}/bin/smored" >> ~/.bashrc

echo ""
Expand Down

0 comments on commit 26c1768

Please sign in to comment.