You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem, when I use something perl-related (e.g ensembl-vep=113.3) , this @ in the path is interpreted as a variable by Perl :
Possible unintended interpolation of @univ in string at /scratch/nautilus/users/[email protected]/work/CONDA/env-82b91d6a9278ec46-8fede9d298b4f4134ecc76a43e16cdc6/lib/perl5/5.32/core_perl/Config_heavy.pl line 246.
(...)
Compilation failed in require at /scratch/nautilus/users/[email protected]/work/CONDA/env-82b91d6a9278ec46-8fede9d298b4f4134ecc76a43e16cdc6/lib/perl5/5.32/core_perl/Config.pm line 105.
(...)
Solution to issue cannot be found in the documentation.
Issue
Hi,
( I was suggested to write a bug report here after bioconda/bioconda-recipes#53152 (comment) )
I'm working on a server where the PATH, sadly, contains my email:
/scratch/nautilus/users/[email protected]/conda
The problem, when I use something perl-related (e.g ensembl-vep=113.3) , this
@
in the path is interpreted as a variable by Perl :line 246 of Config_heavy.pl is:
Is there any way to escape this '@' in the string before compiling ?
related issues:
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: