зеркало из https://github.com/Azure/ARO-RP.git
Merge pull request #1574 from Azure/make-pyenv
Makes pyenv target more platform agnostic
This commit is contained in:
Коммит
65f670963a
2
Makefile
2
Makefile
|
@ -88,7 +88,7 @@ build-portal:
|
|||
cd portal && npm install && npm run build
|
||||
|
||||
pyenv:
|
||||
virtualenv --python=/usr/bin/python3 pyenv
|
||||
python3 -m venv pyenv
|
||||
. pyenv/bin/activate && \
|
||||
pip install -U pip && \
|
||||
pip install autopep8 azdev azure-mgmt-loganalytics==0.2.0 ruamel.yaml wheel && \
|
||||
|
|
Загрузка…
Ссылка в новой задаче