Skip to content
Snippets Groups Projects
Commit f27a84e0 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

change the step order

parent 5794bacb
No related branches found
No related tags found
No related merge requests found
...@@ -163,9 +163,6 @@ if [ ! -f requirements.txt ] && [ ! -f Pipfile ]; then ...@@ -163,9 +163,6 @@ if [ ! -f requirements.txt ] && [ ! -f Pipfile ]; then
echo "-e ." > requirements.txt echo "-e ." > requirements.txt
fi fi
# Uninstall removed dependencies with Pip.
source $BIN_DIR/steps/pip-uninstall
# Mercurial support. # Mercurial support.
source $BIN_DIR/steps/mercurial source $BIN_DIR/steps/mercurial
...@@ -184,6 +181,9 @@ source $BIN_DIR/steps/gdal ...@@ -184,6 +181,9 @@ source $BIN_DIR/steps/gdal
# Install dependencies with Pip (where the magic happens). # Install dependencies with Pip (where the magic happens).
source $BIN_DIR/steps/pip-install source $BIN_DIR/steps/pip-install
# Uninstall removed dependencies with Pip.
source $BIN_DIR/steps/pip-uninstall
# Support for NLTK corpora. # Support for NLTK corpora.
sub-env $BIN_DIR/steps/nltk sub-env $BIN_DIR/steps/nltk
......
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