Conda is basically an alternative to pip and virtualenv, used by the Anaconda python distribution that's really popular in the data science and machine learning community. The easiest way to get it is to install miniconda: https://conda.io/docs/user-guide/install/linux.html
> conda install pytorch torchvision cuda90 -y -c pytorch
What is conda? How do i install it on ubuntu 16.014?