Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it okay to run two instances of anaconda installing two things at once? [closed]

I just set up linux with WSL and am using anaconda to install standard packages.

It takes incredibly long (the solving environment variables part) and I want to install many things.

Can I run anaconda install on two different shells and be fine (using tmux not that it matters probably)?

like image 795
Andy Avatar asked Nov 15 '25 18:11

Andy


1 Answers

I've never played with WSL but in general the package installation systems have a locking system that prevent parallel executions because they'll make the system inconsistent in some situations. So I think it should be fine but useless because the second process will be queued.

like image 142
Davide Madrisan Avatar answered Nov 17 '25 07:11

Davide Madrisan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!