[12:33:42] hi [12:33:55] hi [12:35:02] I after setting up the virtual environemen inside $HOME/www/python how do I install flask, mwoauth etc? [12:35:09] I am not the root. [12:35:24] have you activated virtualenv? [12:35:39] yes [12:35:54] then install them via pip [12:36:40] (venv) tools.sibutest@interactive:/data/project/sibutest$ sudo apt-get -y install python-pip bash: sudo: command not found (venv) tools.sibutest@interactive:/data/project/sibutest$ sudo apt-get update bash: sudo: command not found [12:37:09] no, pip is already inside virtualenv [12:37:16] you don't have sudo access [12:37:23] is it? [12:37:24] so therefore no apt-get [12:37:51] well, it's supposed to tell you "installing pip" when you start the virtualenv [12:39:05] it did not [12:39:09] (venv) tools.sibutest@interactive:/data/project/sibutest$ pip install -r ./www/python/src/requirements.txt [12:39:23] bash: /data/project/sibutest/www/python/venv/bin/pip: /mnt/nfs/labstore-secondary-tools-project/sibutest/www/python/venv/bin/python: bad interpreter: No such file or directory [12:39:42] I think you probably broke your virtualenv [12:39:52] ok [12:40:22] could you rebuild the viurtualenv and post every command and output? [12:40:40] first $ deactivate [12:40:42] that ie deactivate and activate again? [12:40:45] ok [12:41:02] no, $ deactivate, delete, and rebuild [12:41:59] shall I delete the venv folder [12:42:00] ? [12:42:03] yeah [12:42:10] ok [12:45:42] tools.sibutest@interactive:/data/project/sibutest$ python3 -m venv ./www/python/venv [12:45:51] tools.sibutest@interactive:/data/project/sibutest$ source ./www/python/venv/bin/activate [12:45:52] ok [12:45:58] (venv) tools.sibutest@interactive:/data/project/sibutest$ [12:46:05] then pip? [12:46:18] doing [12:47:01] Successfully installed pip Cleaning up... [12:47:59] thanks [12:50:01] np [13:17:15] infobliss: and.. how's it going? [13:45:55] hi [13:48:24] I was AFK. [19:16] I tested that the webservice is working. [13:48:53] will do the Ouath part [13:49:02] https://tools.wmflabs.org/sibutest/ [13:49:49] *OAuth [14:22:47] k