Charles Cabergs

Results 6 comments of Charles Cabergs

Fixed by adding the following in the user `.condarc` ```yaml pkgs_dirs: - /home//.conda/pkgs ```

Still have the same errors with 0.24.0: ``` $ mamba create -n yesplease python=3.9 pandas __ __ __ __ / \ / \ / \ / \ / \/ \/...

For anyone passing by with the same issue. There is a less known library that does this: https://github.com/appleboy/easyssh-proxy

I think the non parsable output should be printed (or at least the few last lines) and have a clear message that it couldn't be parsed. Then continue the other...

The same goes for the number of long test and the long test time. The configuration variables should go in a `config.py` file.

In my last pull request (I didn't knew github automaticly updated the commit in pr), I also added the configuration variables in `config.py` and options to change the long test...