diff --git a/bin/steps/nltk b/bin/steps/nltk
index 8cb76a1c490f750dc3446bc9a169dd9268eb8f1f..19f766c5fcbba4afafb61586060c7f4ac38b641e 100755
--- a/bin/steps/nltk
+++ b/bin/steps/nltk
@@ -14,9 +14,6 @@ source $BIN_DIR/utils
 
 bpwatch start nltk_download
 
-export NLTK_DATA_DIR="$BUILD_DIR/nltk_data"
-export NLTK_DATA="$BUILD_DIR/nltk_data"
-
 # Check that nltk was installed by pip, otherwise obviously not needed
 python -m nltk.downloader -h >/dev/null 2>&1
 if [ $? -eq 0 ]; then