Please, why i have pip 1.5.4 in the (venv) ? how can i upgrade pip to 8.1.2 in the venv ? Thanks
root@graphene-95:~# pip -V
pip 8.1.2 from /usr/local/lib/python2.7/dist-packages/pip-8.1.2-py2.7.egg
(python 2.7)
root@graphene-95:~# pip3 -V
The program 'pip3' is currently not installed. You can install it by
typing:
apt-get install python3-pip
root@graphene-95:~# source ~/tensorflow/venv/bin/activate
(venv)root@graphene-95:~# pip -V
pip 1.5.4 from /root/tensorflow/venv/local/lib/python2.7/site-packages
(python 2.7)
(venv)root@graphene-95:~# pip3 -v
The program 'pip3' is currently not installed. You can install it by
typing:
apt-get install python3-pip