Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyDev Offline install

I have a windows machine which has no connection to the internet. It's also not possible to connect this machine to the internet due security reasons.

How can I install PyDev without internet connection?

like image 419
Razer Avatar asked Jul 23 '12 20:07

Razer


2 Answers

From PyDev use SourceForge download and install manually via these instructions:

Installing with the zip file

The available locations for the zip files are:

Sourceforge download
After downloading the zip file:

Eclipse 3.4 onwards

Extract the contents of the zip file in the eclipse/dropins folder and restart Eclipse.

Before Eclipse 3.4

Extract the contents of the zip file on top of Eclipse, making sure the plugins folder     is extracted on top of the 
eclipse/plugins folder and the features is on top of the eclipse/features folder.
After that, restart Eclipse with the '-clean' flag, so that Eclipse finds out about it.
like image 86
Pyrce Avatar answered Oct 06 '22 12:10

Pyrce


use http://www.liclipse.com. It has PyDev builtin and easy to install.

like image 32
Farshid Ashouri Avatar answered Oct 06 '22 12:10

Farshid Ashouri