when logging into my VPS with ssh keys, I get this:
Command '' not found, but can be installed with:
sudo apt install libpam-mount
...
sudo apt install nmh
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= and that PATH is
set properly.
Here's my .bashrc variables:
export WORKON_HOME=~/Env
source /usr/local/bin/virtualenvwrapper.sh
export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3
What I've tried
- Sourcing
.bashrc,~/.profileand/usr/local/bin/virtualenvwrapper.sh(no errors) - Upgrading
virtualenvwrapperwithpip3 --upgrade(latest)
Also, my virtualenv's work perfectly.