-
Is it possible to install pants on an isolated network without internet access? We mostly work in an Ubuntu environment. We mirror github repositories as well as pip and apt repositories. However, we have no direct internet access, so I cannot use the bootstrap script. I following the instructions running pants from sources in another repository, but that refers to a file |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The bootstrap script just downloads binaries from github, so you can create your own version that points to your mirror (see https://github.com/pantsbuild/setup/blob/gh-pages/get-pants.sh#L209 for the relevant repo) |
Beta Was this translation helpful? Give feedback.
-
Getting past bootstrapping Pants, this page has some more useful information regarding tools that you may use: https://www.pantsbuild.org/docs/restricted-internet-access |
Beta Was this translation helpful? Give feedback.
Getting past bootstrapping Pants, this page has some more useful information regarding tools that you may use: https://www.pantsbuild.org/docs/restricted-internet-access