I updated pip3 and python on my Mac OSx 13.3.1 and now I can use pip to install any package local or on any virtualenv as it returns looking in index https://aus-bin-prd-00.q2dc.local/artifactory/api/pypi/wedge-virtpy/simple.
I recently tried to set and unset but it will not override these variables
‘’’
env_var:
PIP_INDEX_URL='https://aus-bin-prd-00.q2dc.local/artifactory/api/pypi/wedge-virtpy/simple'
PIP_TRUSTED_HOST='aus-bin-prd-00.q2dc.local'
when I do pip3 config list here is what I get
:env:.index--url='https://pypi.org/simple'
:env:.index-url='https://aus-bin-prd-00.q2dc.local/artifactory/api/pypi/wedge-virtpy/simple'
:env:.trusted-host='aus-bin-prd-00.q2dc.local'
env.index-url="'https://pypi.org/simple'"
env.trusted-host="'index-url = https://pypi.org/simple'"
global.index-url="'https://pypi.org/simple'"
global.require-virtualenv='True'
global.trusted-host="'index-url = https://pypi.org/simple'"
but I can’t override the :env: variables for either with unset or set