virtualenvwrapper error after upgrading Debian 11
by slimcharles from LinuxQuestions.org on (#5NYZA)
Hello I upgraded my box to Debian 11 from 10.10, the upgrade was smooth I didn't get any errors.
After first login via ssh I get this error
Code:-bash: : command not found
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 isI tried to reinstall virtualenv and reconfigure but honestly I am lost.
What is the main reason for this and how can I solve it ?
also bash was whining about telegram-send but it stopped
after I reinstall it with
Code:sudo pip3 install telegram-send
After first login via ssh I get this error
Code:-bash: : command not found
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 isI tried to reinstall virtualenv and reconfigure but honestly I am lost.
What is the main reason for this and how can I solve it ?
also bash was whining about telegram-send but it stopped
after I reinstall it with
Code:sudo pip3 install telegram-send