xxxxxxxxxx
conda create -p /home/data/test_env/ # to create conda env
conda activate /home/data/test_env/ # to activate conda env
#Tested and working
xxxxxxxxxx
conda create -n tf_gpu
conda activate tf_gpu # You can always call the env with this line
conda install tensorflow-gpu