-
PreferencesからPython VersionをPython3へ変更する
-
エイリアスを貼り直す
$ which python alias python='python27' /usr/bin/python27
$ alias python='python3'
-
Pythonの参照をリロードする
sudo update-alternatives --config python
-
バージョンが書き換わっていれば完了
$ python -V Python 3.6.5
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme