I never tried to uninstall virtualenv
or virtualewrapper
nor touched the directory. Both were installed through apt
. When I open the terminal
this message appears at the top:
bash: /home/name/.local/bin/virtualenvwrapper.sh: No such file or directory
From Pablo's answer, Running
nano ~/.bashrc
and putting#
to comment outsource ~/.local/bin/virtualenvwrapper.sh
. Made the message go away in the terminal.