Check linker path

  • This can be helpful if you get errors related to:
    • ld: unsupported tapi file type '!tapi-tbd' in YAML file
  • It will print linker paths and if anaconda is above it will cause conflict
which -a ld
  • To remove conda auto activate base environment, you can run:
conda config --set auto_activate_base false