Sou totalmente novo no Ubuntu, e tenho um problema na instalação do cuDNN. Estou seguindo este guia e estou tendo um problema com a última linha na etapa 3:
source ~/.bashrc
Esse é o erro que recebo:
/home/nimrod/anaconda3/bin/python: Error while finding module specification for 'virtualenvwrapper.hook_loader' (ModuleNotFoundError: No module named 'virtualenvwrapper')
virtualenvwrapper.sh: There was a problem running the initialization hooks.
If Python could not import the module virtualenvwrapper.hook_loader,
check that virtualenvwrapper has been installed for
VIRTUALENVWRAPPER_PYTHON=/home/nimrod/anaconda3/bin/python and that PATH is
set properly.
Parece que é o único obstáculo de instalar todos esses frameworks. O que significa e como posso resolvê-lo?