0

I am trying to install matplotlib on my lab computer that does not have internet access. Since it requires six for its full implementation, I am unable to run the scripts that has matplotlib module. I know how to install six by using pip but am stuck when there is no internet access. Thanks in advance!

ap2051
  • 149
  • 1
  • 8

1 Answers1

0

You can install the package by running pip install six-1.9.0.tar.gz which requires you to copy six-1.9.0.tar.gz to the machine somehow.

Simeon Visser
  • 118,920
  • 18
  • 185
  • 180
  • I do not have access to internet! So can i run pip install six-1.9.0.tar.gz without having net access?Can you please elaborate it?? – ap2051 May 15 '15 at 17:19
  • You download it from another computer and bring it on with a USB. – Malik Brahimi May 15 '15 at 17:20
  • 1
    How do you expect to download anything without an internet connection? Your logic makes no sense regarding networking and principles of the internet. – Malik Brahimi May 15 '15 at 17:21
  • @MalikBrahimi: There's nothing odd or strange or "makes no sense" about wanting to use a computer that is not on the internet. Not every installation target is just hobbyist home PC. – Lightness Races in Orbit Jan 15 '18 at 10:20