As a newbie in python, I have successfully exported my project environment into a yml file so as to share so far. See sample here
name: climate
channels:
dependencies:
However, I wish to have the dependencies without the alphanumeric text following the package versions. I like to have -bokeh=2.4.2 not bokeh=2.4.2=py310h5588dad_0.
Add the --no-builds flag when you're exporting the environment.
conda env export --no-builds > environment.yml
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With