You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a limitation coming from the way things work, cannot help much in this regard without complicating things a lot.
One alternative in this situation would be to spawn a shell, execute this command in there, and then print pwd. Try running (with exec) 'bash', ['-c', 'cd ~/server/bin', 'pwd'] and tell me if that works
result in
cd '~/server/bin' ; pwd
then goto error:
bash: line 0: cd: ~/server/bin: No such file or directory
The text was updated successfully, but these errors were encountered: