Conda’s “activate” is not executable

  • Open
  • quality assurance status badge
Details
One participant
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Ricardo Wurmus
Severity
normal
R
R
Ricardo Wurmus wrote on 3 Jul 2021 15:09
Conda’s “activate” is not executable
(address . bug-guix@gnu.org)
87r1gftugf.fsf@elephly.net
When using “source activate” to activate a Conda environment, this
happens:

Toggle snippet (9 lines)
-bash:
/gnu/store/pc51r41ryff7ngirpjbsvg58j8in5v5p-conda-4.8.3/bin/.activate-real:
Permission denied
-bash: exec:
/gnu/store/pc51r41ryff7ngirpjbsvg58j8in5v5p-conda-4.8.3/bin/.activate-real:
cannot execute: Permission denied
Connection to example.com closed.

“.activate-real” is not executable, while “activate” is. The “connection closed” message appears because “exec” replaces
the SSH process.

I’m not familiar enough with Conda to know how this is intended to
work; it also seems that “conda activate” is the new way to do
this.

--
Ricardo
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 49351@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49351
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch