Yannis Spiliopoulos
b502e1eef6
Fix python3 only dependency
...
Use backports version of shutil_get_terminal_size for python versions
earlier than 3.3
2017-01-23 13:35:53 -05:00
Yannis Spiliopoulos
09ec68d231
Fixes terminal size not being set properly
...
See at http://pexpect.sourceforge.net/pexpect.html the documentation
of interact. I include here for easy reference
| Note that if you change the window size of the parent the SIGWINCH
| signal will not be passed through to the child.
2017-01-23 13:28:04 -05:00
kennethreitz
a87660e877
Merge pull request #37 from EverydayPineapple/master
...
Minor spelling fix
2017-01-23 13:14:46 -05:00
kennethreitz
753f65a483
Merge pull request #36 from alexwlchan/requirements-txt
...
Don't throw a TypeError for requirements.txt in Python 3
2017-01-23 13:14:26 -05:00
kennethreitz
292f7c0065
Merge pull request #39 from rajalokan/better_where_output_when_no_pipfile
...
Better output for where command when no Pipfile
2017-01-23 13:13:31 -05:00
kennethreitz
15d3b7b63c
Merge pull request #41 from kimtree/master
...
Remove unuseful print texts
2017-01-23 13:13:05 -05:00
Namwoo Kim
0b8986cc5e
Remove unuseful print texts
2017-01-24 00:53:48 +09:00
Alok Kumar
3263e5f091
Better output for where command when no Pipfile
...
Presently when there is no Pipfile inside a directory, running
`pip --where` gives
`Pipfile found at None. Considering this to be the project home.`.
This seems ambiguous and I've changed it to
```
$ pipenv --where
No Pipfile present at project home. Consider running `pipenv install`
first to automatically generate a Pipfile for you.
$
```
2017-01-23 20:59:12 +05:30
Ryan McClarnon
87d800a340
Also correct 'span' to 'spawn' in README
2017-01-23 13:26:28 +00:00
Ryan McClarnon
eb76e7bb8f
Minor spelling fix
2017-01-23 11:12:00 +00:00
Alex Chan
1cd2cef72b
Don't throw a TypeError for requirements.txt in Python 3
...
Opening the file as `r` instead or `rb` ensures that we don't have
any implicit encoding/decoding of strings (so Python 3 is happy).
Includes a test that passes on both Python 2 and Python 3 which
checks this works correctly.
2017-01-23 09:14:22 +00:00
kennethreitz
0c49784494
v0.2.4
2017-01-23 02:41:38 -05:00
kennethreitz
40f7b479ad
Update Makefile
2017-01-23 02:37:00 -05:00
kennethreitz
74192a4e25
Merge pull request #28 from illume/master
...
python -m pipenv
2017-01-23 02:36:43 -05:00
Rene Dudfield
1cd72ed374
Using python -m pipenv inside the test.
2017-01-23 18:31:20 +11:00
Rene Dudfield
539d601f10
So python -m pipenv works, adding a __main__.py for cli.
2017-01-23 18:27:11 +11:00
kennethreitz
21102f8093
#20
2017-01-23 01:49:36 -05:00
kennethreitz
53f1b9dc26
v0.2.3
2017-01-23 01:49:36 -05:00
kennethreitz
9707e77c43
docstrings
2017-01-23 01:49:36 -05:00
kennethreitz
454ded191c
Update README.rst
2017-01-23 01:42:26 -05:00
kennethreitz
07a5d33037
Merge pull request #18 from ofek/fix-dirname-import
...
fix dirname import
2017-01-23 01:16:34 -05:00
ofek
41c813369f
fix dirname import
2017-01-23 01:11:00 -05:00
kennethreitz
a8e443e94b
csh shell
2017-01-23 00:49:33 -05:00
kennethreitz
24bbe10baf
Add support for Fish
2017-01-23 00:46:51 -05:00
kennethreitz
7a508dcef4
environment shell
2017-01-22 23:21:21 -05:00
kennethreitz
c830e2a4c2
docstrings
2017-01-22 23:07:05 -05:00
kennethreitz
3cfa94d47b
fix where bug
2017-01-22 23:06:14 -05:00
kennethreitz
c271dd2da0
v0.2.2
v0.2.2
2017-01-22 22:01:57 -05:00
kennethreitz
ffb3d4ac61
newer delegator
2017-01-22 22:01:27 -05:00
kennethreitz
ac626e9193
updated pipfiles
2017-01-22 22:01:20 -05:00
kennethreitz
418f9c409a
update readme with new usage
2017-01-22 20:08:27 -05:00
kennethreitz
7ff5104b5f
classifiers fix
2017-01-22 20:03:47 -05:00
kennethreitz
d5e1ff7460
v0.2.1
2017-01-22 19:59:04 -05:00
kennethreitz
9596dd59b7
making history
2017-01-22 19:59:04 -05:00
kennethreitz
6016d10ee8
v0.2.0
2017-01-22 19:59:04 -05:00
kennethreitz
73ed91b79f
TODO
2017-01-22 19:59:04 -05:00
kennethreitz
cfbe16d662
Update README.rst
2017-01-22 19:57:44 -05:00
kennethreitz
55ddc91172
Update setup.py
2017-01-22 19:56:20 -05:00
kennethreitz
bad5428fdb
Update README.rst
2017-01-22 19:55:30 -05:00
kennethreitz
8ef47f5934
Update README.rst
2017-01-22 19:54:29 -05:00
kennethreitz
eaecf7986b
$ pipenv --three / --two
2017-01-22 19:12:55 -05:00
kennethreitz
0f49f0ccf8
fix for editable installs
2017-01-22 18:58:01 -05:00
kennethreitz
d9892df0ca
require requirements-parser
2017-01-22 18:51:16 -05:00
kennethreitz
a47c7e2b73
tests for editable installs
2017-01-22 18:50:56 -05:00
kennethreitz
7984d4af0b
support for editable/vcs installs
2017-01-22 18:50:45 -05:00
kennethreitz
74a6075acc
requirements-parser
2017-01-22 18:19:27 -05:00
kennethreitz
c3f5e2b503
fix bug
2017-01-22 18:17:43 -05:00
kennethreitz
a4d007e746
don't read commented lines in pipfiles
2017-01-22 18:07:57 -05:00
kennethreitz
fe9250b0ae
docstrings
2017-01-22 18:02:42 -05:00
kennethreitz
03d38d8a2d
help string
2017-01-22 17:56:57 -05:00