Comments on: Install OpenCV 3.3 and Python(2.7 & 3.5) bindings on Ubuntu 16.04 /install-opencv-3-3-and-python2-7-3-5-bindings-on-ubuntu-16-04/ Learn OpenCV, AI & Robotics with Python and C++ Tue, 17 Oct 2017 10:14:31 +0000 hourly 1 https://wordpress.org/?v=4.8.2 By: Editor /install-opencv-3-3-and-python2-7-3-5-bindings-on-ubuntu-16-04/#comment-28 Tue, 17 Oct 2017 07:36:07 +0000 http://139.59.69.46/?p=131#comment-28 Try these 3 commands instead:

echo -e “\n# virtualenv and virtualenvwrapper” >> ~/.bashrc
echo “export WORKON_HOME=$HOME/.virtualenvs” >> ~/.bashrc
echo “source /usr/local/bin/virtualenvwrapper.sh” >> ~/.bashrc

make sure if you copy them, the quotes are linux style(you might want to backspace them and then re-enter the quotes if the copy paste doesn’t work)

]]>
By: Xenoshell /install-opencv-3-3-and-python2-7-3-5-bindings-on-ubuntu-16-04/#comment-24 Tue, 17 Oct 2017 07:13:02 +0000 http://139.59.69.46/?p=131#comment-24 oh its probably 16.04.2 but thats not really the important part. Cant edit my comment

]]>
By: Xenoshell /install-opencv-3-3-and-python2-7-3-5-bindings-on-ubuntu-16-04/#comment-23 Tue, 17 Oct 2017 07:10:40 +0000 http://139.59.69.46/?p=131#comment-23 echo -e “\n# virtualenv and virtualenvwrapper” >> ~/.bashrc
echo “export WORKON_HOME=$HOME/.virtualenvs” >> ~/.bashrc
echo “source /usr/local/bin/virtualenvwrapper.sh” >> ~/.bashrc

This command doesnt seem to work for me. Im on ubuntu mate 16.2.
The error is: bash: syntax error near unexpected token `;&’
Any help?

]]>