Opened 22 months ago
Last modified 3 months ago
#30794 new defect
./configure should know what CONDA_PREFIX is
Reported by: | dimpase | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-9.7 |
Component: | build: configure | Keywords: | |
Cc: | mkoeppe | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
having CONDA_PREFIX
nonempty does not mean that conda
is active, but ./configure
thinks it does.
Change History (6)
comment:1 Changed 22 months ago by
comment:2 Changed 22 months ago by
the box in question also has
something in /anaconda/bin
or
something like /anaconda3/bin
, maybe that is why.
comment:3 Changed 15 months ago by
- Milestone changed from sage-9.3 to sage-9.4
Moving to 9.4, as 9.3 has been released.
comment:4 Changed 12 months ago by
- Milestone changed from sage-9.4 to sage-9.5
comment:5 Changed 8 months ago by
- Milestone changed from sage-9.5 to sage-9.6
comment:6 Changed 3 months ago by
- Milestone changed from sage-9.6 to sage-9.7
Note: See
TracTickets for help on using
tickets.
Could you elaborate?
Runnning
conda deactivate
does removeCONDA_PREFIX
for me.