Python development on private network--no pip -


the company work has taken measures make our assets more secure. such, use computer on private network has no access internet. developing python software in environment difficult @ times. cannot pip install anything. downloading, copying, , installing packages locally option have found , hit-and-miss dependencies constant , recursive issue. looking better solution. hope find this:

  1. a tool allow setting environment on machine internet access , copying environment isolated machine.
  2. a tool allow specifying package , pack , of dependencies download.
  3. some other clever solution.

has solved this?

you can install devpi in server, there can host pypi packages or upload own.

it's compatible pip, won't break workflow, need point pip.conf use local devpi


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -