0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

pyenvとpipenv

Last updated at Posted at 2019-05-23

#pyenv で困った時

使うコマンドたち

pyenv install --list
pyenv install 0.0.0
pyenv local
pyenv global

エラー

Mojaveのせいでエラーが出る場合がある。その時は[これ] (https://qiita.com/zreactor/items/c3fd04417e0d61af0afe)を参照。

#pip env
何やらpip envという便利ツールがあるそうなのでここを参考にしてダウンロードした。

#Pipfileの罠
Pipfile.lockを作成するには時間がかかる。今はとりあえずlockを作成せずに寝ている間にしよう。。。と思ってPipfileだけを作成してpip install --systemとしてしまいたくなりますよね。
しかしこれだとエラーが出ます。
--skip-lockオプションを加えましょう

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?