fresh2dev/ShinyStudio

pushd not found

Closed this issue · 1 comments

Thank you very much for this!
I'm using zsh as default and I think that's what causing the command ./control.sh setup to fail.
Example:
example

My solution was to add a shebang (#!/bin/bash) to control.sh and it worked.

Thanks for sharing your experience. I added the shebang to the setup files in the latest commit.