Help talk:Toolforge/My first Flask OAuth tool/Archives/2017
Appearance
Latest comment: 7 years ago by Samwalton9 in topic Very useful
![]() |
Please do not post any new comments on this page. This is a discussion archive See current discussion or the archives index. |
pip
Of what host is this talking about?
tools.bub@tools-bastion-01:~/public_html/BUB/bot$ pip install --user internetarchive The program 'pip' is currently not installed. To run 'pip' please ask your administrator to install the package 'python-pip'
--Nemo 11:37, 1 June 2015 (UTC)
- Nemo bis, is pip still not installed? That sounds like a bug in the environment. Alternatively is the command virtualenv installed? John Vandenberg (talk) 21:04, 21 December 2015 (UTC)
- The
pip
program is purposefully not installed globally on the bastions or other Tool Labs servers. In the tutorial, use ofpip ...
commands assumes that you have already activated the virtual environment for your shell session by runningsource $HOME/www/python/venv/bin/activate
. Sourcing that script alters your shell sessions'$PATH
so that$HOME/www/python/venv/bin/pip
is in the default search path. --BryanDavis (talk) 05:21, 6 February 2017 (UTC)
Major rewrite of content
I have boldy rewritten much of the content and moved the page from Help:Tool Labs/Python application stub to Help:Tool Labs/My first Flask OAuth tool. Some more things I would like to see added are listed in task T134494. --BryanDavis (talk) 05:16, 6 February 2017 (UTC)
Very useful
As a Flask and Toolforge newbie this guide was extremely helpful to getting set up. Thanks to all who wrote it (from the history, Little green rosetta, Merlijn van Deen, and BryanDavis)! Samwalton9 (talk) 14:43, 10 November 2017 (UTC)