Our host supports python 2, however python3 can be run by activating a conda environment. We were planning to migrate our scripts from python2 to python3.
The problem is that we may be running 10s of scripts at the same time (in parallel), and would like to confirm if its possible to ensure that there wouldn't be any problems.
I checked this, it says that sometimes the %RANDOM% may be same, resulting in failure, since it is only of 15 bits.
tldr; Is it possible to ensure conda activate works safely, and if yes what special handling would it require?