<div dir="ltr">On Thu, Jul 25, 2013 at 11:11 AM,  <span dir="ltr"><<a href="mailto:santiago.diez@caoba.fr" target="_blank">santiago.diez@caoba.fr</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi there,<br>
<br>
I never write any Python program but as a system administrator, I'm often asked to install python on Debian servers.<br>
<br>
I just finished downloading, configuring, making and installing.<br>
<br>
The binary is now installed in :<br>
/usr/local/Python-2.7.5/bin/python2.7<br>
(the path is a deliberate administrator choice).<br>
<br>
Is that it?<br>
<br>
What else will my users need?<br></blockquote><div>They may need permission to install third-party modules themselves. That would probably require write permissions to <span style="font-size:13px;font-family:arial,sans-serif">/usr/local/Python-2.7.5/lib. If you are unwilling to grant those permissions, you can suggest that they learn how to work with "virtualenvs" (</span><font face="arial, sans-serif"><a href="http://www.virtualenv.org/en/latest/">http://www.virtualenv.org/en/latest/</a>), which would allow them to install third-party modules locally.</font></div>

<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">And, of course, they need to be saavy enough to put the new python installation on the PATH.</font></div></div></div></div>