Skip to content

pip install not working #1

@sanspace

Description

@sanspace
san@sanspace:~/workspace $ pip install kural
Requirement already satisfied (use --upgrade to upgrade): kural in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied (use --upgrade to upgrade): requests in /usr/lib/python2.7/dist-packages (from kural)
Cleaning up...
san@sanspace:~/workspace $ python
Python 2.7.6 (default, Mar 22 2014, 22:59:56) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import kural
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named kural
>>> 

Not sure if /usr/local/lib/python2.7/dist-packages is where it should be.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions