Pycharmをインストール

インストール

sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make

sudo apt-get update && sudo apt-get install ubuntu-make

umake ide pycharm

アップデート

umake ide pycharm -r && umake ide pycharm

umakeはアップデートないので消してからインストール

フォント

https://github.com/adobe-fonts/source-han-code-jp

初期設定

www.task-notes.com

  • Editor
    • General
      • Appearance

Show line numbers - ON
Show method separators - ON
Show whitespaces - ON

f:id:imabari_ehime:20170107212924p:plain

qiita.com

仮想化

プロジェクト作成時に歯車を押して「Create Conda ENV」を選択し、名前を「py35」で作成

source activate py35

conda install anaconda

deactivate

imabari.hateblo.jp