[14:16:21] !log tools.openstack-browser restart [14:16:22] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.openstack-browser/SAL [15:06:12] !log tools.wikibugs restarted wb2-phab job [15:06:13] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.wikibugs/SAL [15:09:50] anyone speaking Portuguese? [15:17:52] * chicocvenancio waves to yannf [15:25:45] oops, wrong chan {:o> [18:07:32] (03PS1) 10Rosalieper: Emoji-Twitter Bot project initiallisation [labs/tools/Commons-twitter-bot] - 10https://gerrit.wikimedia.org/r/433620 (https://phabricator.wikimedia.org/T190163) [21:02:27] how does one use pip on Toolforge? I tried `python3 -m venv ~/www/python/venv` as recommended by https://wikitech.wikimedia.org/wiki/Help:Toolforge/Web but it just barfs that ensurepip is not installed [21:22:32] MaxSem: I think I tried those instructions not too long ago and they worked for me… [21:22:39] are you running that inside a webservice shell? [21:23:04] no, it's a bot [21:23:31] from were are you running it, and what is the final venv going to be used for? [21:24:03] grid and kubernetes venvs differ in toolforge [21:26:44] I couldn't find any grid venv docs [21:27:02] yeah, the docs are not great [21:29:00] so how do I get to it in the grid? :P [21:32:09] MaxSem: a (probably worse) method is virtualenv -p /usr/bin/python3 ~/www/python/venv [21:33:18] in the bastion either should work [21:34:27] shutil.SameFileError: '/usr/bin/python3' and 'venv/bin/python3' are the same [21:34:46] it seems you already have a venv there [21:37:15] whee, works [21:37:17] thanks chicocvenancio