How do I set a username and password in a URL from environment variables in a Makefile

后端 未结 0 1708
眼角桃花
眼角桃花 2020-12-16 03:11

I have a Makefile with an install command which installs Python packages from a private Pypi repository.

install:
    python3 -m pip install --ex         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题