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

How can we post XML strings along with text strings in iOS -

c# - cefsharp app remember password option -

linux - Writing to Embedded Controller registers in Ubuntu 14.04 -