Opened 18 years ago
Last modified 18 years ago
#98 closed defect
AIPSPATH is changed when importing ASAP — at Initial Version
Reported by: | Owned by: | Malte Marquarding | |
---|---|---|---|
Priority: | normal | Milestone: | ASAP 2.1 |
Component: | General | Version: | 2.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
Hi Malte, Currently, when I: import asap
It changes the AIPSPATH to: os.environAIPSPATH Out[8]: '/opt/casa2/darwin/python/2.5/asap darwin somwhere'
Is it possible to have a variable different from AIPSPATH used as this prevents smooth integration with the rest of CASA. Currently, it's worked around by: casapath = os.environAIPSPATH import asap os.environAIPSPATH = casapath
Note:
See TracTickets
for help on using tickets.