-
Notifications
You must be signed in to change notification settings - Fork 788
Closed
Description
I am using a CentOS Linux where I have sshuttle installed.
Installed sshuttle using foll.
git clone https://github.com/sshuttle/sshuttle.git
cd sshuttle
sudo ./setup.py install
# python --version
Python 3.6.8
# sshuttle --version
1.0.6.dev83+gd3fae53
Error seen :
# sudo sshuttle -r root@9.114.xxx.xx 192.168.88.0/24
File "/usr/share/sshuttle/main.py", line 79
print version.TAG
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(version.TAG)?
also tried passing python path :
# sudo sshuttle --python=/usr/bin/python3 -r root@9.114.xxx.xx 192.168.88.0/24
File "/usr/share/sshuttle/main.py", line 79
print version.TAG
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(version.TAG)?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels