IT業界のすみっこ暮らし

ふと気がついたときの記録



macでpython開発環境構築

macでpython開発環境構築

macで開発環境を改めて作った。 今まであらゆるものをインストール→アンインストールを繰り返した端末なのでちょっと時間がかかった。

1、xcodeインストール

2、homebrewインストール&警告が出まくったからその解決

3、homebrewでpython3インストール

4、Atomインストール

5、AtomでPython3でテスト実行

f:id:papamau:20170629230654p:plain

今現在のconfig.cson

"*":
  core:
    telemetryConsent: "no"
  "exception-reporting":
    userId: xxxxxxxxxxx
  "runner":
    scopes:
      python: "python3"

参考サイト

一番シンプルで参考になった qiita.com

Homebrew使い方まとめ

MacにHomebrewをインストールする

Homebrewをアンインストールするには

MacPortsからHomeBrewに乗換え&Python開発環境構築 - c-bata web

初心者でも簡単にできるPythonの環境構築とエディタで実行する方法 - paiza開発日誌

Atomおすすめプラグイン〜導入まで

Online Python IDE

オンライン開発環境

What is the best online python IDE? - Quora

CODENVY

www.codenvy.com

無料プランあり

f:id:papamau:20170626180001p:plain

機能が多いみたいなので、後でじっくり見てみたい。

repl.it

Repl.it - The world's leading online coding platform

Repl.it - IncredibleFatherlySolution

これは直感的で分かり易い!

f:id:papamau:20170626181618p:plain

Python 2.7もPython3も使えて、他の言語も豊富。

ideone

ideone.com

CodePad

codepad

runnable

https://runnable.com/

Wandbox

wandbox.org

paiza.hatenablog.com





プライバシーポリシー