🐕 【Python】Spotify APIに触れようしたしたあれこれ
作成日: 2022/04/17
0

参考
https://blog.kapiecii.com/posts/2021/10/17/using-sptify-api-in-python/
https://blog.kabocy.com/tips/2127/
https://qiita.com/ms-rock/items/72b8f1abc661c539bb09

メモ

  • pipenv ... npm、yarnのPython版
  • pyenv(パイエンブ) ... Pythonのバージョン管理(nodebrew的な?)
  • pyenv install 3.10.3
% pyenv versions
* system (set by /Users/kazumatakanashi/.pyenv/version)
  3.10.3

% python --version
Python 2.7.16

% which python
/usr/bin/python

pkgでいれたのが効いてる?いったんよし

installしたもの

  • pipenv
  • pyenv