Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux installation instructions don't work? #171

Open
jamesderlin opened this issue Apr 27, 2017 · 0 comments
Open

Linux installation instructions don't work? #171

jamesderlin opened this issue Apr 27, 2017 · 0 comments

Comments

@jamesderlin
Copy link

I am using Debian 8.0 and tried to follow the installation instructions from the README.md with lshell 0.9.18:

$ sudo python setup.py install --no-compile --install-scripts=/usr/bin/
running install
running build
running build_py
running build_scripts
running install_lib
creating /usr/local/lib/python2.7/dist-packages/lshell
copying build/lib.linux-x86_64-2.7/lshell/shellcmd.py -> /usr/local/lib/python2.7/dist-packages/lshell
copying build/lib.linux-x86_64-2.7/lshell/variables.py -> /usr/local/lib/python2.7/dist-packages/lshell
copying build/lib.linux-x86_64-2.7/lshell/sec.py -> /usr/local/lib/python2.7/dist-packages/lshell
copying build/lib.linux-x86_64-2.7/lshell/utils.py -> /usr/local/lib/python2.7/dist-packages/lshell
copying build/lib.linux-x86_64-2.7/lshell/checkconfig.py -> /usr/local/lib/python2.7/dist-packages/lshell
copying build/lib.linux-x86_64-2.7/lshell/__init__.py -> /usr/local/lib/python2.7/dist-packages/lshell
copying build/lib.linux-x86_64-2.7/lshell/builtins.py -> /usr/local/lib/python2.7/dist-packages/lshell
running install_scripts
copying build/scripts-2.7/lshell -> /usr/bin
changing mode of /usr/bin/lshell to 755
running install_data
running install_egg_info
Writing /usr/local/lib/python2.7/dist-packages/lshell-0.9.18.egg-info
$ lshell
Traceback (most recent call last):
  File "/usr/bin/lshell", line 25, in <module>
    from lshell.checkconfig import CheckConfig
ImportError: No module named lshell.checkconfig

I am using Python 2.7.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant