Files
pipenv/docs
Dalton Durst b38ea71658 Fix Docker example in Basic Usage
The Docker example in the Basic Usage document needed a bit of TLC. Because the name of the virtualenv changed between the builder and the runtime container, Python was unable to find itself or its site-packages directory:

coolio@674956d0c53e:/usr/src$ ./venv/bin/pip
bash: ./venv/bin/pip: /usr/src/.venv/bin/python: bad interpreter: No such file or directory

To fix this, I changed the directory of the virtualenv in the runtime container to .venv which matches the builder.

I also added an example of how to get run.py into the container in the first place, since we run it later.
2022-09-02 01:12:59 +02:00
..
2021-07-28 10:59:00 +08:00
2022-04-18 06:59:16 +02:00
2022-09-02 01:12:59 +02:00
2018-07-03 08:50:42 +08:00
2019-08-16 11:18:58 +08:00
2022-06-27 09:40:03 +02:00
2021-11-05 18:32:08 +08:00
2022-01-10 14:16:19 +01:00
2017-01-30 13:30:04 -05:00
2021-07-28 10:59:00 +08:00