12-09-2019, 09:29 PM
Yes it does here is the output:
$ python3 tactic_python3 start
File "tactic_python3", line 17
TACTIC_INSTALL_DIR=`python3 -c 'import tacticenv; print(tacticenv.get_install_dir())'`
^
SyntaxError: invalid syntax
$
$ python3 tactic_python3 start
File "tactic_python3", line 17
TACTIC_INSTALL_DIR=`python3 -c 'import tacticenv; print(tacticenv.get_install_dir())'`
^
SyntaxError: invalid syntax
$