Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #59605

Re: Question regarding 2 modules installed via 'pip'

Newsgroups comp.lang.python
Date 2013-11-16 05:54 -0800
References <613f8a56-5869-45e3-8999-c9c14458cf9c@googlegroups.com> <mailman.2706.1384598532.18130.python-list@python.org> <f6007cf5-c9c0-48e6-8713-f18ea6e99140@googlegroups.com> <25880d3d-e306-4f4d-8d33-3b0a37d5cda6@googlegroups.com>
Message-ID <cfd71610-1e34-4fec-82b0-fac2d4e91f7b@googlegroups.com> (permalink)
Subject Re: Question regarding 2 modules installed via 'pip'
From Ned Batchelder <ned@nedbatchelder.com>

Show all headers | View raw


On Saturday, November 16, 2013 8:45:51 AM UTC-5, Ferrous Cranus wrote:
> What the difference between locate and find?
> 
> and seen find show me some results, what now?
> 
> 'rm -rf' those files or i will break something?
> 
> and then how i'am gonna install those 2 modules for python 3.3.2?

For locate vs find, you should find a Unix tutorial online, there are many, and will be a better resource than us.  Please keep in mind that some of your questions are about how to operate Unix, which is off-topic for this list.

Just as you use "which python" to figure out what "python" was executing, "which pip" will help you figure out what "pip" is running.

--Ned.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 00:52 -0800
  Re: Question regarding 2 modules installed via 'pip' Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-16 11:41 +0100
    Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 05:10 -0800
      Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 05:45 -0800
        Re: Question regarding 2 modules installed via 'pip' Ned Batchelder <ned@nedbatchelder.com> - 2013-11-16 05:54 -0800
          Re: Question regarding 2 modules installed via 'pip' Roy Smith <roy@panix.com> - 2013-11-16 09:25 -0500
          Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 07:43 -0800
            Re: Question regarding 2 modules installed via 'pip' YBM <ybmess@nooos.fr.invalid> - 2013-11-16 17:49 +0100
              Re: Question regarding 2 modules installed via 'pip' Denis McMahon <denismfmcmahon@gmail.com> - 2013-11-17 01:07 +0000
        Re: Question regarding 2 modules installed via 'pip' Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-16 15:20 +0000
          Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 07:32 -0800
            Re: Question regarding 2 modules installed via 'pip' Johannes Findeisen <mailman@hanez.org> - 2013-11-16 16:45 +0100
              Re: Question regarding 2 modules installed via 'pip' Ned Batchelder <ned@nedbatchelder.com> - 2013-11-16 07:56 -0800
                Re: Question regarding 2 modules installed via 'pip' Johannes Findeisen <mailman@hanez.org> - 2013-11-16 17:06 +0100
            Re: Question regarding 2 modules installed via 'pip' YBM <ybmess@nooos.fr.invalid> - 2013-11-16 17:48 +0100
              Re: Question regarding 2 modules installed via 'pip' Ned Batchelder <ned@nedbatchelder.com> - 2013-11-16 08:51 -0800
                Re: Question regarding 2 modules installed via 'pip' Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-16 17:02 +0000
                Re: Question regarding 2 modules installed via 'pip' Robert Kern <robert.kern@gmail.com> - 2013-11-16 17:19 +0000
              Re: Question regarding 2 modules installed via 'pip' Nikos <nikos@superhost.gr> - 2013-11-17 11:04 +0200
      Re: Question regarding 2 modules installed via 'pip' Joel Goldstick <joel.goldstick@gmail.com> - 2013-11-16 08:53 -0500
      Re: Question regarding 2 modules installed via 'pip' Νίκος <nikos@superhost.gr> - 2013-11-16 15:59 +0200
        Re: Question regarding 2 modules installed via 'pip' Ned Batchelder <ned@nedbatchelder.com> - 2013-11-16 07:04 -0800
          Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 07:11 -0800
            Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 07:15 -0800
              Re: Question regarding 2 modules installed via 'pip' Dave Angel <davea@davea.name> - 2013-11-16 21:33 -0600
            Re: Question regarding 2 modules installed via 'pip' Chris Angelico <rosuav@gmail.com> - 2013-11-17 02:19 +1100
              Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 07:33 -0800
                Re: Question regarding 2 modules installed via 'pip' mm0fmf <none@mailinator.com> - 2013-11-16 19:35 +0000
        Re: Question regarding 2 modules installed via 'pip' Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-17 05:52 +0000
      Re: Question regarding 2 modules installed via 'pip' Robert Kern <robert.kern@gmail.com> - 2013-11-16 15:01 +0000
        Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 07:13 -0800
          Re: Question regarding 2 modules installed via 'pip' Andreas Perstinger <andipersti@gmail.com> - 2013-11-16 16:43 +0100

csiph-web