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

Error in Documentation #77

Open
primozer opened this issue Jan 22, 2014 · 3 comments
Open

Error in Documentation #77

primozer opened this issue Jan 22, 2014 · 3 comments

Comments

@primozer
Copy link

These are maybe some minor or obvios errors in the Documentation:
on
http://mknx.github.io/smarthome/install
for installing python there is written:
$ sudo pip-3.2 install ephem
this does not work on my maschine. I have to use:
$ sudo pip3.2 install ephem

for installing the stable version there is written:
$ sudo tar --owner=smarthome xvzf path-to-tgz/smarthome-X.X.tgz
I have to use:
$ sudo tar --owner=smarthome -xvzf path-to-tgz/smarthome-X.X.tgz

@ohinckel
Copy link

ohinckel commented Mar 7, 2014

Just interested: which distribution are you using?

@2ndsky
Copy link
Collaborator

2ndsky commented Mar 7, 2014

I had the same "problem" on ubuntu 12.04.

@ohinckel
Copy link

ohinckel commented Apr 6, 2014

I think the tar command should be changed to support the standard way of specifying comand line arguments.

For the pip command I suggest to use just pip instead of pip3.2 or pip-3.2, since the distibution should provide this command as shortcut to the latest version of the binary.

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

3 participants