From 677dfeec119f28b4d1a8f679b38b2d4e407f4533 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Wed, 15 Feb 2017 13:49:59 -0500
Subject: [PATCH] cleanup

---
 bin/steps/nltk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/bin/steps/nltk b/bin/steps/nltk
index 8cb76a1c..19f766c5 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
-- 
GitLab