Created
May 27, 2020 14:00
-
-
Save amccarty/0e950e8fbc17178c362542d2a4f54c2d to your computer and use it in GitHub Desktop.
conda config --show
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
add_anaconda_token: True | |
add_pip_as_python_dependency: True | |
aggressive_update_packages: | |
- ca-certificates | |
- certifi | |
- openssl | |
allow_conda_downgrades: False | |
allow_cycles: True | |
allow_non_channel_urls: False | |
allow_softlinks: False | |
always_copy: False | |
always_softlink: False | |
always_yes: True | |
anaconda_upload: None | |
auto_activate_base: True | |
auto_update_conda: False | |
bld_path: | |
changeps1: True | |
channel_alias: https://9.30.57.176/api/repo | |
channel_priority: flexible | |
channels: | |
- test | |
client_ssl_cert: None | |
client_ssl_cert_key: None | |
clobber: False | |
conda_build: {} | |
create_default_packages: [] | |
croot: /opt/conda/conda-bld | |
custom_channels: | |
test: https://9.30.57.176/api/repo | |
ibmdl/export/pub/software/server/ibm-ai/conda: https://public.dhe.ibm.com | |
pkgs/main: https://repo.anaconda.com | |
powerai: https://9.30.57.176/api/repo | |
pkgs/pro: https://repo.anaconda.com | |
custom_multichannels: | |
defaults: | |
- https://9.30.57.176/api/repo/test | |
- https://public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda | |
- https://repo.anaconda.com/pkgs/main | |
- https://9.30.57.176/api/repo/powerai | |
local: | |
debug: False | |
default_channels: | |
- https://9.30.57.176/api/repo/test | |
- https://public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda | |
- https://repo.anaconda.com/pkgs/main | |
- https://9.30.57.176/api/repo/powerai | |
default_python: 3.7 | |
deps_modifier: not_set | |
dev: False | |
disallowed_packages: [] | |
download_only: False | |
dry_run: False | |
enable_private_envs: False | |
env_prompt: ({default_env}) | |
envs_dirs: | |
- /opt/conda/envs | |
- /home/wsuser/.conda/envs | |
error_upload_url: https://conda.io/conda-post/unexpected-error | |
extra_safety_checks: False | |
force: False | |
force_32bit: False | |
force_reinstall: False | |
force_remove: False | |
ignore_pinned: False | |
json: False | |
local_repodata_ttl: 1 | |
migrated_channel_aliases: [] | |
migrated_custom_channels: {} | |
non_admin_enabled: True | |
notify_outdated_conda: False | |
offline: False | |
override_channels_enabled: True | |
path_conflict: clobber | |
pinned_packages: [] | |
pip_interop_enabled: False | |
pkgs_dirs: | |
- /opt/conda/pkgs | |
- /home/wsuser/.conda/pkgs | |
proxy_servers: {} | |
prune: False | |
quiet: False | |
remote_connect_timeout_secs: 9.15 | |
remote_max_retries: 3 | |
remote_read_timeout_secs: 60.0 | |
report_errors: None | |
rollback_enabled: True | |
root_prefix: /opt/conda | |
safety_checks: warn | |
sat_solver: pycosat | |
shortcuts: True | |
show_channel_urls: None | |
solver_ignore_timestamps: False | |
ssl_verify: False | |
subdir: linux-64 | |
subdirs: | |
- linux-64 | |
- noarch | |
target_prefix_override: | |
track_features: [] | |
update_modifier: update_specs | |
use_index_cache: False | |
use_local: False | |
verbosity: 0 | |
whitelist_channels: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment