Last active
January 25, 2022 18:22
-
-
Save andersy005/66b2bd76eaa1fdc07901437609d0d2c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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