0
0

【Python環境構築】Homebrew+pyenv+venvでPythonの環境構築(2024.5)

Last updated at Posted at 2024-05-26

はじめに

  • Pythonプロジェクトを始める環境を作りたい
    (Flaskなどを使用し、APIサーバーを立てたい)
  • エディターはVSCodeを使う想定
  • M1 Macを使用

使用したもの

  • Homebrew
    • pyenvを管理
  • pyenv
    • python, conda, forgeなどpythonを管理
  • venv
    • pythonの仮想環境を構築
  • pip
    • 仮想環境内でのPythonライブラリ(flask, numpy, pandasなど)を管理

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0