Show More
@@ -124,6 +124,7 b' dev-cleanup:' | |||||
124 | .PHONY: dev-env |
|
124 | .PHONY: dev-env | |
125 | ## make dev-env based on the requirements files and install develop of packages |
|
125 | ## make dev-env based on the requirements files and install develop of packages | |
126 | dev-env: |
|
126 | dev-env: | |
|
127 | sudo -u root chown rhodecode:rhodecode /home/rhodecode/.cache/pip/ | |||
127 |
|
|
128 | pip install build virtualenv | |
128 | pushd ../rhodecode-vcsserver/ && make dev-env && popd |
|
129 | pushd ../rhodecode-vcsserver/ && make dev-env && popd | |
129 | 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 |
|
130 | 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 |
General Comments 0
You need to be logged in to leave comments.
Login now