I am using a form of Lubuntu called GalliumOS (optimized for Chromebooks). I installed pip using $ sudo apt-get install python-pip
. I then used pip install --user virtualenv
and pip install virtualenv
, and then when I tried to subsequently use virtualenv venv
I experienced the message bash: virtualenv: command not found
.
Between the pip installs above, I used pip uninstall virtualenv
to get back to square one. The error remained after a reinstall.
I read several other posts, but all of them seemed to deal with similar problems on MacOS. One that came close was installing python pip and virtualenv simultaneously. Since I had already installed pip, I didn't think that these quite applied to my issue. Why is pip install virtualenv
not working this way on LUbuntu / GalliumOS?