##// END OF EJS Templates
Document the change in MacPython distutils installation location
Lee Cantey -
r3431:846bf33b default
parent child Browse files
Show More
@@ -1,35 +1,35 b''
1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 2 <html>
3 3 <head>
4 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 5 <meta http-equiv="Content-Style-Type" content="text/css">
6 6 <title></title>
7 7 <style type="text/css">
8 8 p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Helvetica}
9 9 p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
10 10 p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
11 11 p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; color: #000fed}
12 12 span.s1 {text-decoration: underline}
13 13 span.s2 {font: 12.0px Courier}
14 14 </style>
15 15 </head>
16 16 <body>
17 17 <p class="p1"><b>Before you install</b></p>
18 18 <p class="p2"><br></p>
19 19 <p class="p3">This is <i>not</i> a stand-alone version of Mercurial.</p>
20 20 <p class="p2"><br></p>
21 21 <p class="p3">To use it, you must have the Universal MacPython 2.4.3 from <a href="http://www.python.org">www.python.org</a> installed.</p>
22 22 <p class="p2"><br></p>
23 23 <p class="p3">You can download MacPython 2.4.3 from here:</p>
24 24 <p class="p4"><span class="s1"><a href="http://www.python.org/ftp/python/2.4.3/Universal-MacPython-2.4.3-2006-04-07.dmg">http://www.python.org/ftp/python/2.4.3/Universal-MacPython-2.4.3-2006-04-07.dmg</a></span></p>
25 25 <p class="p2"><br></p>
26 26 <p class="p1"><b>After you install</b></p>
27 27 <p class="p2"><br></p>
28 <p class="p3">This package installs the <span class="s2">hg</span> executable in <span class="s2">/usr/local/bin</span>. This directory may not be in your shell's search path. Don't forget to check.</p>
28 <p class="p3">This package installs the <span class="s2">hg</span> executable in <span class="s2">/Library/Frameworks/Python.framework/Versions/Current/bin</span>. This directory may not be in your shell's search path. The MacPython installer will have created an entry in <span class="s2">.profile</span> for it but if your shell doesn't use <span class="s2">.profile</span> you'll need configure it yourself or create a symlink from a directory already in your path.</p>
29 29 <p class="p2"><br></p>
30 30 <p class="p1"><b>Reporting problems</b></p>
31 31 <p class="p2"><br></p>
32 32 <p class="p3">If you run into any problems, please file a bug online:</p>
33 33 <p class="p3"><a href="http://www.selenic.com/mercurial/bts">http://www.selenic.com/mercurial/bts</a></p>
34 34 </body>
35 35 </html>
General Comments 0
You need to be logged in to leave comments. Login now