I am following the install instructions for virtualenvwrapper
, described here.
I have used pip install virtualenvwrapper
and it installed at the path /home/.pyenv/shims/
.
But when I run the command
source /home/.pyenv/shims/virtualenvwrapper.sh
the whole Konsole shuts down.
I had previously put the command in the .bashrc
file and almost broke Linux because the Konsole would crash immediately after opening.
I'm using Linux OpenSuse and Python version 3.6.0.
Any ideas what could be causing the crash?