Manpath: command not found error when make dev.provision

@burkay hello,

do not ignore it is say u need to upgrade the version as per requirements and follow this your issue might be solved using instead juniper use of your olive release

- clone devstack repo
git clone https://github.com/edx/devstack.git
cd devstack

- checkout to maple release
git checkout open-release/maple.master

- some hacks to set your container name
change COMPOSE_PROJECT_NAME to your project name instead of dynamic variable in options.mk file

- Export your release variable for installation use
export OPENEDX_RELEASE=maple.master

- Install make if it is not installed
sudo apt-get install make

- Install requirements
make requirements

- Checkout and clone all services repo
make dev.checkout
make dev.clone.https or make dev.clone

- Pull Open edX docker images for required services
make dev.pull

- Install/Provision Open edX devstack using the following command
make dev.provision


- References/Help Points:
    - https://github.com/openedx
    - https://github.com/openedx/devstack
    - https://github.com/openedx/edx-platform