teamsempo/SempoBlockchain

Dynamically accommodate paths in setup

Closed this issue · 1 comments

Describe the bug
The paths in the readme are hardcoded so there are occasional places that don't "just work".

Example below:

To Reproduce
Steps to reproduce the behavior:

  1. Go to README
  2. Call ./devtools/install_python_requirements.sh from base directory
  3. See error

Expected behavior
The above will error because cd ../app will be called but if you're in root directory this will take you to parent directory outside of the project. This happens at various places such as `./devtools/quick_setup_script.sh

Additional context
Add any other context about the problem here.

Fixed in moving utils to dedicated directory