Actually, this problem have been existing for several months.
When I run start in Terminal, the pyOpenSSL library cannot be installed automatically. It seems that there're something wrong with following statements:
if [[ $- == *i* ]]; then
# interactive shell, **actually never reaches here**
# Install commands following ...
else
# non-interactive shell, **actually always reaches here**
echo 1>&2 'Please install pyOpenSSL.'
fi
Actually, this problem have been existing for several months.
When I run
start
in Terminal, the pyOpenSSL library cannot be installed automatically. It seems that there're something wrong with following statements:Tested in Debian, ArchLinux, Ubuntu, etc.