spryker-sdk command not found

Edit on GitHub

Troubleshooting

spryker-sdk command not found.

The spryker-sdk command cannot be found.

Description

The spryker-sdk command cannot be found.

Cause

The command might not exist in your file.

Solution

  1. Add the command manually to your shell rc file. Depending on your shell it can be ~/.bashrc, ~/.zshrc, ~/.profile, and other names.

echo alias spryker-sdk={sdk_folder}/bin/spryker-sdk.sh

  1. Run source {rc file} to load the spryker-sdk alias for the current session.