We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So the replace_state command assumes that the package is installed in the ./edx_repo_tools. https://github.com/edx/repo-tools/blob/ac23287f3dc2aaa70d432a2812efac226882d2d4/edx_repo_tools/codemods/django3/replace_static.py#L13 However this wasn't the case for me, I had to copy the file to make it work, so I wonder did I not install this repo correctly? I just installed as follow python setup.py install. Or do we need to update the path for the subprocess command
replace_state
./edx_repo_tools
python setup.py install
subprocess
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So the
replace_state
command assumes that the package is installed in the./edx_repo_tools
.https://github.com/edx/repo-tools/blob/ac23287f3dc2aaa70d432a2812efac226882d2d4/edx_repo_tools/codemods/django3/replace_static.py#L13
However this wasn't the case for me, I had to copy the file to make it work, so I wonder did I not install this repo correctly? I just installed as follow
python setup.py install
. Or do we need to update the path for thesubprocess
commandThe text was updated successfully, but these errors were encountered: