##// END OF EJS Templates
fixed permissions for pip cache folder
Andrii Verbytskyi -
r1227:9eaa516e default
parent child Browse files
Show More
@@ -72,6 +72,7 b' dev-sh:'
72 72 ## make dev-env based on the requirements files and install develop of packages
73 73 ## Cleanup: pip freeze | grep -v "^-e" | grep -v "@" | xargs pip uninstall -y
74 74 dev-env:
75 sudo -u root chown rhodecode:rhodecode /home/rhodecode/.cache/pip/
75 76 pip install build virtualenv
76 77 pip wheel --wheel-dir=/home/rhodecode/.cache/pip/wheels -r requirements.txt -r requirements_test.txt -r requirements_debug.txt
77 78 pip install --no-index --find-links=/home/rhodecode/.cache/pip/wheels -r requirements.txt -r requirements_test.txt -r requirements_debug.txt
General Comments 0
You need to be logged in to leave comments. Login now