[Nexus] set up a PyPI proxy repository to access a remote package index - Windows 10
Python 2019. 5. 30. 11:31[Host]
Windows 10
python 3.7.3
[Proxy]
CentOS 7
Nexus 3.16.1OSS 3.16.1-02 : 172.19.1.45:8081 (private)
Proxy Settings on Windows 10
[Windows 10] $(HOME)\\pip\pip.ini
[global]
timeout=3600
trusted-host=172.19.1.45
index-url=http://172.19.1.45:8081/repository/pypi/simple
index=http://172.19.1.45:8081/repository/pypi/pypi
============================================================================
C:\Users\User>pip install django
Looking in indexes: http://172.19.1.45:8081/repository/pypi/simple
Collecting django
Downloading http://172.19.1.45:8081/repository/pypi/packages/b1/1d/2476110614367adfb079a9bc718621f9fc8351e9214e1750cae1832d4090/Django-2.2.1-py3-none-any.whl (7.4MB)
100% |████████████████████████████████| 7.5MB 3.3MB/s
Requirement already satisfied: pytz in c:\program files (x86)\python37-32\lib\site-packages (from django) (2019.1)
Requirement already satisfied: sqlparse in c:\program files (x86)\python37-32\lib\site-packages (from django) (0.3.0)
Installing collected packages: django
Successfully installed django-2.2.1
You are using pip version 19.0.3, however version 19.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
C:\Users\User>
'Python' 카테고리의 다른 글
Virtualenv 의존성 확인 (0) | 2020.02.18 |
---|---|
python+pygame 그림퍼즐 (0) | 2019.08.17 |
파이썬 1기 포트폴리오 양식 (0) | 2019.08.17 |
django tutorial 1 - Installation on Windows 10 (0) | 2019.05.30 |