fixed permissions for pip cache folder
This commit is contained in:
parent
6fdf901688
commit
338376372c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -124,6 +124,7 @@ dev-cleanup:
|
|||
.PHONY: dev-env
|
||||
## make dev-env based on the requirements files and install develop of packages
|
||||
dev-env:
|
||||
sudo -u root chown rhodecode:rhodecode /home/rhodecode/.cache/pip/
|
||||
pip install build virtualenv
|
||||
pushd ../rhodecode-vcsserver/ && make dev-env && popd
|
||||
pip wheel --wheel-dir=/home/rhodecode/.cache/pip/wheels -r requirements.txt -r requirements_rc_tools.txt -r requirements_test.txt -r requirements_debug.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue