[Tutor] Help installing Python3 in a particular folder
eryksun
eryksun at gmail.com
Thu Jul 18 22:37:06 CEST 2013
On Wed, Jul 10, 2013 at 7:04 AM, Alan <alanwilter at gmail.com> wrote:
> and found this files missing:
> Only in /temp/Python-3.3.2/Lib: plat-aix4
> Only in /temp/Python-3.3.2/Lib: msilib
Don't worry about the plat directories; I assume plat-linux was
copied. And msilib is for Windows.
> Only in /temp/Python-3.3.2/Lib: base64.py
> Only in /temp/Python-3.3.2/Lib: cgi.py
> Only in /temp/Python-3.3.2/Lib: cProfile.py
> Only in /temp/Python-3.3.2/Lib: keyword.py
> Only in /temp/Python-3.3.2/Lib: pdb.py
> Only in /temp/Python-3.3.2/Lib: platform.py
> Only in /temp/Python-3.3.2/Lib: profile.py
> Only in /temp/Python-3.3.2/Lib: pydoc.py
> Only in /temp/Python-3.3.2/Lib: quopri.py
> Only in /temp/Python-3.3.2/Lib: smtpd.py
> Only in /temp/Python-3.3.2/Lib: symbol.py
> Only in /temp/Python-3.3.2/Lib: tabnanny.py
> Only in /temp/Python-3.3.2/Lib: token.py
> Only in /temp/Python-3.3.2/Lib: uu.py
These are executable scripts, so check the Makefile setting for
INSTALL_SCRIPT. On my system it's just "${INSTALL}", where the latter
is "/usr/bin/install -c".
More information about the Tutor
mailing list