After installing vfox, install the plugin by running:
vfox add clang
Next, search and select the version to install. By default, vfox keeps cache for available versions, use the --no-cache
flag to delete the cache file.
vfox search clang
vfox search clang --no-cache && vfox search clang
Install the latest stable version with latest
tag.
vfox install clang@latest
Some environment variables are served as following:
Environment variables | Default value | Description |
---|---|---|
Conda_Forge | conda-forge |
conda-forge channel |
GITHUB_URL | https://github.com/ |
GitHub mirror URL |
Usage:
export Conda_Forge=https://prefix.dev/conda-forge
export GITHUB_URL=https://mirror.ghproxy.com/https://github.com/