My Ubuntu 'Bionic Beaver' installation does not recognize the mkvirtualenv sandboxing command. Although my approach was similar to the "shell startup file" approach highlighted here in the virtualenvwrapper documentation.
How would one go about installing and using the mkvirtualenv and workon commands?
pip install virtualenvwrapper-winand usage is virtualenvwrapper-win official documentation is at: https://pypi.org/project/virtualenvwrapper-win/. Comment if you think this would be a legitimate answer to your question and I will post this as an answer instead of a comment. – karel May 12 '18 at 17:21(3) source ./env/bin/activate (4) the command should show that you are working in the (env) sandbox. Thanks – kmb May 12 '18 at 18:56