Open bensonwong opened 7 years ago
My environment is windows 7 with a vagrant (blinkreaction/boot2docker) box. When I try to run source <dir>/bin/activate.sh I get the error -sh: /.../activate.sh: line 23: syntax error: unexpected redirection
source <dir>/bin/activate.sh
-sh: /.../activate.sh: line 23: syntax error: unexpected redirection
Hi @bensonwong
Thanks for opening this issue! I will look into reproducing the issue with the Dash shell.
I think the fix will just be remove the <<< syntax here, which I will have to get to later tonight or sometime this week.
<<<
My environment is windows 7 with a vagrant (blinkreaction/boot2docker) box. When I try to run
source <dir>/bin/activate.sh
I get the error-sh: /.../activate.sh: line 23: syntax error: unexpected redirection