Skip to content

Documentation - Proxy information #96

@dtehan-td

Description

@dtehan-td

How to install when behind a proxy

For UV

export INTERNAL_PROXY=
export UV_INDEX_INTERNAL_PROXY_USERNAME=
export UV_INDEX_INTERNAL_PROXY_PASSWORD=
export UV_INDEX=

• Syntax: pip install <package_name> --proxy ://[user:password@]proxy.server:port
• Example (without authentication):
bash
pip install boto3 --proxy http://proxyserver:999/

This command installs the boto3 package using a proxy at proxyserver on port 999.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions