[Tutor] pip install in a virtualenv *without* internet?

Laura Creighton lac at openend.se
Tue Aug 18 23:17:28 CEST 2015


In a message of Tue, 18 Aug 2015 20:10:15 -0000, Albert-Jan Roskam writes:
>So I would like to pip install a openpyxl AND its specific dependencies in a virtualenv. 
>The problem is that I can't use pip to download the packages from Pypi because I do not have a regular internet connection. Is there a generic way to install a package and its (pre-downloaded) dependencies, a way that requires little or no modifications to the original package?

The usual fix for this problem is to head to your local library or
coffee shop that has free wifi and do the job there.

Laura



More information about the Tutor mailing list