Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Is it possible to have DSS look at an internally hosted Nexus server for python packages?
Most of our users use python environments managed by DSS. We would like to add our Nexus server as a trusted host to the DSS pip command so we can easily install internal packages.
Hi,
You'll need to add "Extra options for pip install" in "Administration > Settings > Misc"
Add two entries:
--extra-index-url
and
Hi, @sylvyr3! Can you provide any further details on the thread to assist users in helping you find a solution (insert examples like DSS version etc.) Also, can you let us know if you’ve tried any fixes already?This should lead to a quicker response from the community.
Hi,
You'll need to add "Extra options for pip install" in "Administration > Settings > Misc"
Add two entries:
--extra-index-url
and
This is exactly what we were looking for. THanks.