Using specific Python version on web console of Cloudxlab

Hi all,

On web console of Cloudxlab, the ‘python’ command, be default, runs ‘Python version 2’. To run ‘Python version 3’ on the web console, you can run the below command after the login.

export PATH=/usr/local/anaconda/bin:$PATH

Thanks and regards,

Deepak