TANSAN

取り留めないメモ

環境変数の追加

概略

ubuntu環境でのPATH追加。デフォルトのpythonのバージョンが古いのでanacondaのpythonを使う。

方法

~/.profileに追加

export PATH="$PATH:/hogehoge/bin"

sourceで反映

source ~/.profile

確認

python -V