damp-mouse-24788
06/19/2018, 5:25 PMjohn.sirois [4 days ago]
You just need a shared file server or a web server that can list a flat directory. Place the sdist, egg or wheel in the file server or webserver directory and add the following to your pants.ini:
[python_repos]
repos: [
'/mnt/nfs/cheeseshop',
'<https://internal.server/cheeseshop>',
]
Here I show an example of two internal repos, an NFS mount and an internal web server. You'll probably just want to use one. Bringing this conversation to the main thread. I was able to use python-repos with a readonly shared mount. I am assuming I could also use indexes with pypi server? If so, which would be the best option? or does it matter?