LoginSignup
0
0

More than 1 year has passed since last update.

pyenv を windows に

Last updated at Posted at 2021-11-10

やったことリスト

  • choco install pyenv-win
  • pyenv install 3.9.6
  • pyenv global 3.9.6
    • →デフォルト
  • python -m venv test
    • →カレントに test フォルダを作ってそこに仮想環境設定が入る
    • python -m venv %USERPROFILE%\venv\root とかやってる人がいる。ちゃんとしててえらい。
  • test\Scripts\activate
    • (test) が行頭に表示される
    • test という仮想環境ができた
    • ここでpipをするとこの環境に基本はいる
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