Bugs in setup.sh script of SDKManager 0.9.12.4180

Dear all,

I think there are a couple of bugs in the setup.sh scripts for installing virtualenv and create an environment for python3.

The commands
sudo pip3 install virtualenv
virtualenv .

should be

sudo -H pip3 install virtualenv
virtual -p python3 .

The existing command will create an environment with python2, so that is why the following commands call ./bin/pip3 make errors

Hi van.chan.ngo,

Not sure which platform you’re developing, the virtualenv is not a suggested environment, and we can’t supported it further.

Thanks