hython -c " NO SPACeS "
3528
0
1
-
- Tuckz
- Member

- 2 posts
- Joined: July 2016
- Offline
It appears as though I cannot use spaces within the -c “cmd string” for the
hython command. Python has no such limitation.
Any work around or plans to fix this? I'm forced to use this:
hython -c "sys=__import__('sys');print(sys.path)"
… instead of this:
hython -c "import sys;print sys.path"