カレントディレクトリにPipfileが作成されない
事象
pipenv
で仮想環境を作成した時にカレントディレクトリにPipfileが作成されない
parent
└── child ←このディレクトリに作成したいが「parent」ディレクトリに作成されてしまう?
原因
親ディレクトリにPipfileが存在していたため。
親ディレクトリに存在していると親ディレクトリの方を見るらしい……。
対応
親ディレクトリにあるPipfile
が不要であれば、
削除してから再度仮想環境を作成するコマンドを実行する。
または、下記コマンドで仮想環境を作成することで親ディレクトリにPipfile
が存在していても
カレントディレクトリにPipfile
が作成される。
PIPENV_NO_INHERIT=True pipenv --python 3
参考サイト
Author And Source
この問題について(カレントディレクトリにPipfileが作成されない), 我々は、より多くの情報をここで見つけました https://qiita.com/sndstudy/items/23cc7f9c95ab76b28120著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .