Comment on page
Install
# download CLI version 0.42.1 (Note the "v"):
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.42.1/get-cli.sh)"
By default, the Cortex CLI is installed at
/usr/local/bin/cortex
. To install the executable elsewhere, export the CORTEX_INSTALL_PATH
environment variable to your desired location before running the command above.To install the latest version:
pip install cortex
To install or upgrade to a specific version (e.g. v0.42.1):
pip install cortex==0.42.1
To upgrade to the latest version:
pip install --upgrade cortex
By default, the CLI/client creates a directory at
~/.cortex/
and uses it to store environment configuration. To use a different directory, export the CORTEX_CLI_CONFIG_DIR
environment variable before running any cortex
commands.Last modified 1yr ago