#pyenvにpythonのバージョンをインストール
いきなり
python -m venv project-name
としても
pyenv: python: command not found
The `python' command exists in these Python versions:
が出てしまいました。
pyenvが影響しているようです。
pyenv global 3.9.1
とすればできました。
Go to list of users who liked
More than 3 years have passed since last update.
#pyenvにpythonのバージョンをインストール
いきなり
python -m venv project-name
としても
pyenv: python: command not found
The `python' command exists in these Python versions:
が出てしまいました。
pyenvが影響しているようです。
pyenv global 3.9.1
とすればできました。
Register as a new user and use Qiita more conveniently
Go to list of users who liked