Unable to install pip in Docker -


unable install pip in docker running ubuntu version 14.04. see below log.

root@57da7dd8a590:/usr/bin# apt-get install pip reading package lists... done building dependency tree reading state information... done e: unable locate package pip root@57da7dd8a590:/usr/bin# 

did apt-get update before that?

and then

apt-get -y install python-pip 

Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -