Ich habe Anaconda von root aus installiert. Nach Abschluss der Installation wurde diese Meldung auf dem Terminalbildschirm angezeigt:
Python 2.7.8 :: Continuum Analytics, Inc.
creating default environment...
installation finished.
Do you wish the installer to prepend the Anaconda install location to PATH in your /root/.bashrc ? [yes|no]
[no] >>> no
You may wish to edit your .bashrc or prepend the Anaconda install location:
$ export PATH=/usr/bin/anaconda/bin:$PATH
Thank you for installing Anaconda!
root@pkj:~#
Was bedeuten diese drei folgenden Aussagen?
- Möchten Sie, dass das Installationsprogramm den Anaconda-Installationspfad vor PATH in Ihrer Datei /root/.bashrc setzt? [ja | nein]
- Möglicherweise möchten Sie Ihre .bashrc-Datei bearbeiten oder dem Installationsverzeichnis von Anaconda voranstellen:
- $ export PATH = / usr / bin / anaconda / bin: $ PATH
Ich habe auf root zugegriffen mit: pkj@pkj:~$ sudo su -
export PATH=/usr/bin/anaconda/bin:$PATH
Terminal eingeben, um den Job zu erledigen? 2. Kann ich, da ich es über root installiert habe, von anderen Benutzerkonten aus auf Anaconda zugreifen?