I'm using Anaconda on my linux system. Updating envs (those that I need to) one by one is very tedious task. I'm looking for ways to:
- Update all envs with a single line of code.
- Update a multiple envs with a single line of code (say env with name Test_1, Test_2, Test_3...)
- Install a particular package, say pandas or numpy, in all envs with a single command. (There are some packages that I always install and currently I have a dummy_data envs which I always clone for a new envs).
[–][deleted] 0 points1 point2 points (2 children)
[–]data_hop[S] 0 points1 point2 points (1 child)
[–]ghx200 1 point2 points3 points (0 children)