Let's try Using Python Environment with Conda in Ubuntu. It's so handy to have this feature because in some case, i still need different python environment or different version of python in same ubuntu for development purpose.
If i need new environment, i only type this command conda create --name envName python=3.5, for example.