Overview page should have # instead of $ preciding installation command

22. marraskuuta 2010 klo 14.42
Sijainti: Vianhallintajärjestelmät: Launchpad

The Overview page currently says:

”The simplest way to download and install:
$ easy_install -U gkeyring”

However, this results in an ”error: can’t create or remove files in install directory” because easy_install needs write access to /usr/local/lib/python2.6/dist-packages/. So the command actually needs to be

$ sudo easy_install -U gkeyring”

or, the prompt should be a # indicating root priviliges:

# easy_install -U gkeyring”

Vastaa viestiin sen kontekstissa (Launchpad)