Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこの「Learn python the Hard Way」の本に取り組んでおり、本は現在「pydoc open」を実行するように言っています. C:\Python27\lib\pydoc.py' を PATH に追加してコンピューターを再起動しましたが、まだ機能していません。
Python はおそらくあなたのパスにありません。GUIまたは次のようなものを使用して、パスに追加する必要があります。
set PATH = PATH;/path/to/pydoc/
これは Windows の例ですが、*nix バージョンに変換するのは難しくありません。そんな時exportに使えるコマンドです。
export