Enthoughtのpython EPD無料)のインストールを完了しました。次のメモを受け取りました。
As the last step, you should edit your .bashrc or prepend the EPD_free install path: /home/zed/epdfree/bin Thank you for installing EPD_free!
.bashrcを編集してその行を追加する方法は?
nano ~/.bashrc
でbashrcファイルを開くだけです。必要なものを追加してください。この場合はそれだけです。
それを行うためのより「正しい」方法は、echo 'export PATH=$PATH:/home/zed/epdfree/bin' >> ~/.bashrc
を使用することです。