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
wiki:how_i_work_with_oar-docker [2015/05/06 18:42] – [Pierre] neyronwiki:how_i_work_with_oar-docker [2015/06/11 22:24] (current) bzizou
Line 1: Line 1:
-See also [[oar-docker]]. +===== How I work with oar-docker ===== 
- +(see also [[oar-docker]])
-====== Pierre ======+
  
 I'm currently using Debian 8 (jessie) as my operating system, and since I do not like to install python packages in my system outside of Debian packaging, I use the --user option of pip. I'm currently using Debian 8 (jessie) as my operating system, and since I do not like to install python packages in my system outside of Debian packaging, I use the --user option of pip.
Line 8: Line 7:
 <code> <code>
 $ sudo apt-get install python-pip $ sudo apt-get install python-pip
 +$ /usr/bin/pip --version
 +pip 1.5.6 from /usr/lib/python2.7/dist-packages (python 2.7)
 +$
 $ pip install --user --upgrade pip $ 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