I was wondering if there is a way to print the conda/anaconda version in my python code?
e.g. I mean the same way that we do for numpy like print(numpy.__version__)
Please not that I dont mean to do it in the terminal (like conda --version
), but I want to do it in python code