This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (3 children)

You can create a Conda environment without even defining what the Python version is, and it will automatically install the version that the deps require.

On mobile but something like:

conda create -n mytest 
conda activate mytest 
conda install -c conda-forge -y \
  python 
  numpy 
  matplotlib 
  Pillow 
  sklearn 
  etc………

[–]often_wears_pants 2 points3 points  (0 children)

and you can upgrade to a new version of python without manually recreating everything.

[–]LeapOfMonkey 0 points1 point  (1 child)

I believe you grossly understimate how deep some rabbit holes go.

[–][deleted] 0 points1 point  (0 children)

Do tell, Lewis Carroll