Set up Python to use your internal registry
Set up pip to use an internal PyPI mirror by mounting a pip.conf file into your workspaces. .Prerequisites
About this task
- You have an active
ocsession with your project. See Getting started with the CLI. - You know the URL of your internal PyPI mirror.
Procedure
Results
- Open a terminal in your workspace.
- Verify the pip configuration:
$ pip config list - Install a package to verify the configuration:
$ pip install requests