On Thu, Aug 4, 2016 at 11:36 AM, Weatherby,Gerard <[email protected]> wrote:
> Apologies in advance if this is the wrong list for the question; if so, > a pointer to the correct one would be appreciated. > > I'm trying to user the subversion option of pip3 to install a package; I > can use > sudo pip3 install svn+https://path_to_code , but this does not work > because our subversion repository requires a subversion user name, and I > don' t know to pass it through pip3 to subversion. > > Tried: > sudo pip3 install --user gweatherby svn+https://path_to_code, but it > still prompted for "root" password. > try: sudo pip3 install svn+https://gweatherby@path_to_code <https://path_to_code/> I have no idea if it will work, but worth a shot -CHB -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected]
_______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
