NationalGenomicsInfrastructure / irma-provision

Ansible playbooks for provisioning NGI pipeline and related sw
1 stars 17 forks source link

Python3 and nextflow #436

Closed ssjunnebo closed 2 years ago

ssjunnebo commented 2 years ago
ssjunnebo commented 2 years ago

The click version is still fixed to 7.0, so I'll try removing that. Maybe that will solve your issue @slohse 🤞

slohse commented 2 years ago

Hm, #439 didn't actually fix my issue (I cherry-picked it into my local copy of this branch to verify). But I think it's a result of the unusual locale (LANG and LC_CTYPE are en_DE.UTF-8) I have on my desktop machine, that SSH apparently carries over to irma. If I do export LANG=en_US.UTF-8; unset LC_CTYPE; in my shell before I run ansible, it works fine. It's just weird that the click branch worked without changing my Locale, whereas this branch doesn't.