Skip to content

Setting up Python to download packages in an enterprise server without internet access.

Notifications You must be signed in to change notification settings

adityagupta679/ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ai

Setting up python environment for development behind a firewall in an enterprise.

Setup files are downloaded beforehand in an internet based system by listing required packages in a requirements.txt file and doing a simple pip download like this:

pip download -r requirements.txt

This downloads python packages in the directory this command is run. This directory can be now zipped and moved to the enterprise server. Follow steps in setup file to setup python running in server.