Usr/local/bin/virtualenvwrapper.sh no such file or directory

broken image
broken image

(with the paths corrected for my filesystem setup.) But still No such file or directory.Įxport VIRTUALENVWRAPPER_PYTHON=/usr/local/bin/pythonĮxport VIRTUALENVWRAPPER_VIRTUALENV=/usr/local/bin/virtualenv Same result though - No such file or directory.Īlso tried sudo apt-get update and it successfully updated a bunch of stuff. I checked that this is in fact where my python3 installation lives. Searched StackOverflow, followed the instructions in Issue installing Virtualenvwrapper on Ubuntu 18.04?:Įxport VIRTUALENVWRAPPER_LOG_DIR='$WORKON_HOME'Įxport VIRTUALENVWRAPPER_HOOK_DIR='$WORKON_HOME'Įxport VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3 Tried again with the new path: source /home/.local/bin/virtualenvwrapper.shīash: /home/.local/bin/virtualenvwrapper.sh: No such file or directoryĪgh, ok. Ok, so I went looking for virtualenvwrapper.sh. $ source /usr/local/bin/virtualenvwrapper.shĮrror: bash: /usr/local/bin/virtualenvwrapper.sh: No such file or directory I am installing virtualenvwrapper on Ubuntu 18.04.