Skip to content

Instantly share code, notes, and snippets.

@andersy005
Last active January 25, 2022 18:22
Show Gist options
  • Select an option

  • Save andersy005/66b2bd76eaa1fdc07901437609d0d2c7 to your computer and use it in GitHub Desktop.

Select an option

Save andersy005/66b2bd76eaa1fdc07901437609d0d2c7 to your computer and use it in GitHub Desktop.
conda config --add channels conda-forge
conda config --add channels nodefaults
conda config --set channel_priority flexible
conda config --set show_channel_urls true
# Install pip any time Python is installed.
conda config --set add_pip_as_python_dependency true
# cleanly remove pip-installed software, and replace them with
# conda packages when appropriate.
conda config --set pip_interop_enabled True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment