Extract the current standard Python YAML / YML files curated by KNIME from the installation folder
KNIME and Python — Setting up and managing Conda environments
https://medium.com/p/2ac217792539
The YAML / YML files can then be found here. You might use them to curate your own Python environment
/data/macos/
/data/windows/
/data/linux/
also there is a file /data/kaggle.yml which creates the "kaggle" environment that I widely use to demonstrate KNIME and Python tasks
You could / and should use that file to keep your environment up to date
conda env create -f="/Users/m_lauber/Dropbox/knime-workspace/hub/kn_example_python_yaml_files_conda/data/kaggle.yml"
conda env update -n kaggle --file="/Users/m_lauber/Dropbox/knime-workspace/hub/kn_example_python_yaml_files_conda/data/kaggle.yml"
KNIME and Python — Setting up and managing Conda environments
https://medium.com/p/2ac217792539
The YAML / YML files can then be found here. You might use them to curate your own Python environment
/data/macos/
/data/windows/
/data/linux/
also there is a file /data/kaggle.yml which creates the "kaggle" environment that I widely use to demonstrate KNIME and Python tasks
You could / and should use that file to keep your environment up to date
conda env create -f="/Users/m_lauber/Dropbox/knime-workspace/hub/kn_example_python_yaml_files_conda/data/kaggle.yml"
conda env update -n kaggle --file="/Users/m_lauber/Dropbox/knime-workspace/hub/kn_example_python_yaml_files_conda/data/kaggle.yml"