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 to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -