LoginSignup
0
0

More than 1 year has passed since last update.

Pyenvを使ってから標準入力のリダイレクトがEOF errorになったので対処法

Last updated at Posted at 2022-06-11

状況が特殊で同じような人はいないと思うが備忘録

経緯

今までmain.pyinput.txtからリダイレクトさせたいと思ったときにpython main.py < input.txtと入力していたが、それがPyenvを入れてからEOFError: EOF when reading a lineになった

対処法

コマンドの最初のpythonをなくしてmain.py < input.txtに変えた

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