diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-10-19 22:00:01 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-10-19 22:00:01 (GMT) |
commit | f1a0a4be630c16e287578977627225b05b9c7292 (patch) | |
tree | 50981dc8eb71e4a960d684ce69a4593fc7f22e91 /Mac/Resources | |
parent | 538bd1391140796b14cc7479d0612ad22c5ea875 (diff) | |
download | cpython-f1a0a4be630c16e287578977627225b05b9c7292.zip cpython-f1a0a4be630c16e287578977627225b05b9c7292.tar.gz cpython-f1a0a4be630c16e287578977627225b05b9c7292.tar.bz2 |
Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working.
Diffstat (limited to 'Mac/Resources')
-rw-r--r-- | Mac/Resources/pythonpath.r | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r index 25b59cd..2739b19 100644 --- a/Mac/Resources/pythonpath.r +++ b/Mac/Resources/pythonpath.r @@ -87,6 +87,7 @@ resource 'STR#' (PYTHONPATH_ID, "sys.path initialization") { "$(PYTHON):Extensions:img:Mac", "$(PYTHON):Extensions:img:Lib", "$(PYTHON):Extensions:Numerical:Lib", + "$(PYTHON):Extensions:Numerical:Lib:Packages", "$(PYTHON):Extensions:Imaging:PIL", "$(PYTHON):Lib:lib-tk", "$(PYTHON):Lib:site-packages", |