mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Added TESTPATH
This commit is contained in:
parent
4c627be931
commit
42f69dab7e
2 changed files with 25 additions and 5 deletions
|
@ -27,12 +27,22 @@
|
||||||
# Some special rules to define PYTHONPATH
|
# Some special rules to define PYTHONPATH
|
||||||
# Edit the definitions below to indicate which options you are using
|
# Edit the definitions below to indicate which options you are using
|
||||||
|
|
||||||
|
# Don't edit this (usually)
|
||||||
DESTLIB=$(prefix)/lib/python
|
DESTLIB=$(prefix)/lib/python
|
||||||
|
|
||||||
|
# Standard enabled (tests are always available)
|
||||||
|
TESTPATH=$(DESTLIB)/test
|
||||||
|
|
||||||
|
# Enable this for SGI systems
|
||||||
ARCHPATH=:$(DESTLIB)/sgi
|
ARCHPATH=:$(DESTLIB)/sgi
|
||||||
|
|
||||||
|
# Enable this for Sun systems
|
||||||
#ARCHPATH=:$(DESTLIB)/sun4
|
#ARCHPATH=:$(DESTLIB)/sun4
|
||||||
|
|
||||||
|
# Enable this if stdwin installed
|
||||||
STDWINPATH=:$(DESTLIB)/stdwin
|
STDWINPATH=:$(DESTLIB)/stdwin
|
||||||
|
|
||||||
PYTHONPATH=.:$(DESTLIB)$(ARCHPATH)$(STDWINPATH)
|
PYTHONPATH=.:$(DESTLIB)$(TESTPATH)$(ARCHPATH)$(STDWINPATH)
|
||||||
|
|
||||||
|
|
||||||
# Modules that should always be present (non UNIX dependent)
|
# Modules that should always be present (non UNIX dependent)
|
||||||
|
|
|
@ -27,12 +27,22 @@
|
||||||
# Some special rules to define PYTHONPATH
|
# Some special rules to define PYTHONPATH
|
||||||
# Edit the definitions below to indicate which options you are using
|
# Edit the definitions below to indicate which options you are using
|
||||||
|
|
||||||
|
# Don't edit this (usually)
|
||||||
DESTLIB=$(prefix)/lib/python
|
DESTLIB=$(prefix)/lib/python
|
||||||
ARCHPATH=:$(DESTLIB)/sgi
|
|
||||||
#ARCHPATH=:$(DESTLIB)/sun4
|
|
||||||
#STDWINPATH=:$(DESTLIB)/stdwin
|
|
||||||
|
|
||||||
PYTHONPATH=.:$(DESTLIB)$(ARCHPATH)$(STDWINPATH)
|
# Standard enabled (tests are always available)
|
||||||
|
TESTPATH=$(DESTLIB)/test
|
||||||
|
|
||||||
|
# Enable this for SGI systems
|
||||||
|
ARCHPATH=:$(DESTLIB)/sgi
|
||||||
|
|
||||||
|
# Enable this for Sun systems
|
||||||
|
#ARCHPATH=:$(DESTLIB)/sun4
|
||||||
|
|
||||||
|
# Enable this if stdwin installed
|
||||||
|
STDWINPATH=:$(DESTLIB)/stdwin
|
||||||
|
|
||||||
|
PYTHONPATH=.:$(DESTLIB)$(TESTPATH)$(ARCHPATH)$(STDWINPATH)
|
||||||
|
|
||||||
|
|
||||||
# Modules that should always be present (non UNIX dependent)
|
# Modules that should always be present (non UNIX dependent)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue