TANSAN

取り留めないメモ

2019-02-17から1日間の記事一覧

環境変数の追加

概略 ubuntu環境でのPATH追加。デフォルトのpythonのバージョンが古いのでanacondaのpythonを使う。 方法 ~/.profileに追加 export PATH="$PATH:/hogehoge/bin" sourceで反映 source ~/.profile 確認 python -V