Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
wiki:how_i_work_with_oar-docker [2015/05/06 18:26] neyronwiki:how_i_work_with_oar-docker [2015/05/06 20:50] – [Pierre] neyron
Line 8: Line 8:
 <code> <code>
 $ sudo apt-get install python-pip $ sudo apt-get install python-pip
-$ pip install --user pip+$ /usr/bin/pip --version 
 +pip 1.5.6 from /usr/lib/python2.7/dist-packages (python 2.7) 
 +
 +$ pip install --user --upgrade pip 
 +$ export PATH=~/local/bin:$PATH 
 +$ pip --version 
 +pip 6.1.1 from /home/neyron/.local/lib/python2.7/site-packages (python 2.7)
 </code> </code>
 +
 +(add .local/bin to your PATH variable in your .bashrc if no there already)
  
 I can then install oar-docker I can then install oar-docker
wiki/how_i_work_with_oar-docker.txt · Last modified: 2015/06/11 22:24 by bzizou
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki