On Wed, Aug 19, 2015 at 9:18 AM, Alex Kleider <aklei...@sonic.net> wrote:
> I guess if you 'never' have an internet connection what I'm trying to do > won't work, > but I'm addressing a different use case: I have connectivity in some > environments > but would like to be able to do a pip install at times when there is no > connectivity. I'm wondering: does the solution absolutely have to involve pip? I ask because I first started with Python right about the time pip was being created, and I didn't actually start using it until about a year ago Prior to that, I downloaded my dependencies on my development machine, saved them to a flash drive, and wrote a script (well, technically a batch file - most of my clients use Windows) to automate offline installations. pip is certainly more convenient, and I'm quite grateful to its developers - but it's a relatively recent solution to the problem, and it's far from the only way to do things. _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor