Python:ゼロからはじめるPython:#1 Pythonをインストールしよう


インストール

インストール方法(minicondaのインストール)は以前やったので (Python:学習:環境作成まとめ) Macの勉強を兼ねて仮想Macに入れてみる。

■safariで https://conda.io/miniconda.html を開き以下をダウンロード 
Python 3.7 Mac OS X 64-bit (bash installer)

■ターミナル起動しコマンド入力
cd Downloads
./Miniconda3-latest-MacOSX-x86_64.sh

→ Permission denied となってしまった。
権限を付与してみる。
chmod +x Miniconda3-latest-MacOSX-x86_64.sh
./Miniconda3-latest-MacOSX-x86_64.sh

→ OK

"Please, press ENTER to continue" と聞いてきたので [Enter]を押す
- [Enter]

":"で止まったように見える [Enter]かスクロールで先に進むと
"Do you accept the license terms? [yes|no]" と聞いてきたので "yes" と入力

しばらくして以下の入力で止まった。[Enter]で進んでみる
- press ENTER to confirm the location
- press CTRL-C to abort the installation
- or specify a different location below

最後に以下メッセージが表示されたので、たぶん終わり。
Thank you for installing Miniconda3!

python3を使うにはターミナルの再立ち上げが必要

"python"コマンドではpython2が起動する。
python3で起動するには "python3"と入力すること。

python起動したら「7 ** 1000」と入力し結果が表示されることを確認。


[Python][miniconda]
https://news.mynavi.jp/article/zeropython-1/

0 件のコメント:

その他の記事