|
0f32d315
|
Replaced all remaining 'bin' occurences by $VIRTUALENVWRAPPER_ENV_BIN_DIR
|
noirbizarre <n****e@n****e>
|
about 15 years ago
|
|
|
e6b02012
|
Use VIRTUALENVWRAPPER_VIRTUALENV in cpvirtualenv. fixes #104
|
Doug Hellmann <d****n@g****m>
|
about 15 years ago
|
|
|
51ba8dbe
|
merge
Merged in sharat87/virtualenvwrapper (pull request #1)
|
Doug Hellmann <d****n@g****m>
|
about 15 years ago
|
|
|
3da10cbd
|
Update documentation about mktemp
|
Axel H. <n****e@g****m>
|
about 15 years ago
|
|
|
b13f4b74
|
VIRTUALENVWRAPPER_VIRTUALENV_ARGS not working with >1 args on zsh
|
Shrikant-Sharat <s****k@g****m>
|
about 15 years ago
|
|
|
6d07a512
|
User scripts should be called based on new $VIRTUALENVWRAPPER_ENV_BIN_DIR var...
|
Greg Haskins <g****g@g****m>
|
about 15 years ago
|
|
|
639fe5de
|
add some debugging and a test to try to reproduce problem with log directory ...
|
Doug Hellmann <d****n@g****m>
|
about 15 years ago
|
|
|
c23f915d
|
move tab completion initialization; expand support for tab completion in zsh ...
|
Doug Hellmann <d****n@g****m>
|
about 15 years ago
|
|
|
f40ffce8
|
Added support for getopts with fallback on getopt.
|
Axel H. <n****e@g****m>
|
over 15 years ago
|
|
|
a20f320b
|
Improved variable name: VIRTUALENVWRAPPER_ENV_BIN_DIR instead of script_folde...
|
Axel H. <n****e@g****m>
|
over 15 years ago
|
|
|
e6c11fda
|
Document MSys installation
|
Axel H. <n****e@g****m>
|
over 15 years ago
|
|
|
99483393
|
Allow Win32 and Unix paths for MSYS_HOME variable
|
Axel H. <n****e@g****m>
|
over 15 years ago
|
|
|
8a74267d
|
Added msys paths support
|
Axel H. <n****e@g****m>
|
over 15 years ago
|
|
|
f91d7178
|
update announce file
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
b55baeed
|
Added tag 2.7.1 for changeset b20cf787d8e1
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
0dd1f012
|
bump version number for bug release
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
55ee2f77
|
set log dir and hook dir variables after WORKON_HOME is set; fixes #94
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
5967013f
|
link to documentation about installing into user directory
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
d06ead64
|
further installation doc clarification
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
c5d40b83
|
add a warning about installing into a virtualenv
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
b1f4fcda
|
clarify instructions for running tests; fixes #92
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
caa2c979
|
report an error if there are no test scripts
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
b28ba904
|
Added tag 2.7 for changeset ea378ef00313
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
e1d1e10a
|
update version and draft announcement
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
3b6fc019
|
add grep fix to history
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
5a08a166
|
remove -e option from all calls to grep for better portability; fixes #85
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
d4837984
|
nicer titles for configuration section
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
b7d4fe38
|
reorg install docs to separate the customization stuff; add some comments abo...
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
bae98628
|
make it possible to remove a virtualenv while inside it; fixes #83
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
38854606
|
pass VIRTUALENVWRAPPER_VIRTUALENV_ARGS when calling VIRTUALENVWRAPPER_VIRTUAL...
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
ae242aa2
|
add link to vim-virtualenv
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
9fb54f30
|
enable tab completion for showvirtualenv; fixes #78
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
5938c374
|
clean up test instructions for developers; fixes #75
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
a80bef1e
|
clear configuration variables before running tests
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
8f3917a0
|
fix typo in cpvirtualenv; fixes #71
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
1e527502
|
Add VIRTUALENVWRAPPER_LOG_DIR variable.
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
b2008114
|
Use VIRTUALENVWRAPPER_HOOK_DIR to control where the hooks are defined.
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
170108f6
|
doc updates for VIRTUALENVWRAPPER_VIRTUALENV
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
bf03d91a
|
fix tests to work under ksh on ubuntu 10.10 by using alternate syntax for cap...
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
94901418
|
fix tempdir tests to work on ubuntu 10.10
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
8d8c0eb6
|
merge
merge pmclanahan's test changes and toggleglobalsitepackages
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
b72f4ac4
|
Add attribution for recent patches to the history file.
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
141de5e0
|
fix tests for changes to virtualenvwrapper_verify_workon_home
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
8cc97598
|
suppress hook loader messages in tests
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
b2314d27
|
change verbosity level when creating hook scripts so the messages can be supp...
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
5507739d
|
Added docs for the toggleglobalsitepackages command
|
Paul McLanahan <p****l@m****t>
|
over 15 years ago
|
|
|
0359a7c6
|
Added "toggleglobalsitepackages" command.
|
Paul McLanahan <p****l@m****t>
|
over 15 years ago
|
|
|
7a4a540e
|
Modified the test runner to reliably use the intended shells.
|
Paul McLanahan <p****l@m****t>
|
over 15 years ago
|
|
|
0d2ea2e0
|
merge
fix arg handling for lsvirtualenv under zsh - fixes issue #86
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
41f36628
|
remove the custom functions from the sphinx config, since rtd does not suppor...
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
5bd7338d
|
trying readthedocs again
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
eafcb102
|
ignore .orig files created by hg
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
6206c035
|
fix lsvirtualenv to read args in zsh
|
Nat Williams <n****s@l****m>
|
over 15 years ago
|
|
|
cc5dbccb
|
remove the download url since I upload packages to pypi now
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
3edf55b0
|
translated 2.6.2/2.6.3 history into Japanese
|
t2y <n****e@n****e>
|
over 15 years ago
|
|
|
cd0bb774
|
fixes issue 79 by enclosing WORKON_HOME in quotes
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
8b0c229c
|
merge
merged from original
|
t2y <n****e@n****e>
|
over 15 years ago
|
|
|
bf6946b3
|
Added tag 2.6.3 for changeset 246ce68795ea
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
029c3278
|
tweak history
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
ef869059
|
Added tag 2.6.3 for changeset e7582879df06
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
71331818
|
more doc build changes
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
b1ca52e7
|
add upload target
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
cef16dfa
|
Added tag 2.6.2 for changeset 625d85d3136f
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
c110861d
|
fix doc build for readthedocs.org
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
f1606905
|
add test for space in WORKON_HOME to address #79
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
eeb7efe5
|
add a test to verify that when virtualenv fails to create an environment the ...
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
7f55596c
|
merged a few fixes and updated history
|
t2y <n****e@n****e>
|
over 15 years ago
|
|
|
fe1639e9
|
update history
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
34aabdc0
|
merge
merge in japanese translation of documentation, with a few markup fixes; disa...
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
ad8176eb
|
add spelling extension
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
ae71461f
|
Added Japanese translation for the documentation
|
t2y <n****e@n****e>
|
over 15 years ago
|
|
|
8a173ec3
|
restore download url
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
55c4d0c6
|
Added tag 2.6.1 for changeset 445a58d5a05a
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
0af57cdf
|
version 2.6.1
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
4a90bdec
|
fixes issue #73 by changing virtualenvwrapper_get_python_version to only incl...
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
9fe5296b
|
add supported version info to readme so it appears on pypi page.
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
35c97abf
|
Added tag 2.6 for changeset b0f27c65fa64
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
3c9a57e1
|
bump version to 2.6 and document updates
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
e40bc72d
|
avoid specifying text mode when creating hook scripts (fixes #68)
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
6d8d90cb
|
closes #70 by adding a list of supported shells and python versions to docume...
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
343a9f9a
|
fix #60 by setting install_requires instead of requires
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
085120a4
|
change the way we determine the python version
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
25ab840f
|
convert test scripts to use tox instead of home-grown multi-version system i...
|
Doug Hellmann <d****n@g****m>
|
over 15 years ago
|
|
|
f1392cff
|
create the WORKON_HOME dir if it doesn't exist.
|
Carl Karsten <c****l@p****m>
|
almost 16 years ago
|
|
|
cdb750b4
|
fix platforms definition so upload to pypi will work
|
Doug Hellmann <d****n@g****m>
|
almost 16 years ago
|
|
|
c96f72d9
|
Added tag 2.5.3 for changeset dc74f106d8d2
|
Doug Hellmann <d****n@g****m>
|
almost 16 years ago
|
|
|
ec01f96f
|
point release before uploading sdist
|
Doug Hellmann <d****n@g****m>
|
almost 16 years ago
|
|
|
b0d2ebe1
|
Added tag 2.5.2 for changeset f71ffbb996c4
|
Doug Hellmann <d****n@g****m>
|
almost 16 years ago
|
|
|
8fd0bad7
|
Make lsvirtualenv work under zsh using patch from Zach Voase. Fixes #64
|
Doug Hellmann <d****n@g****m>
|
almost 16 years ago
|
|
|
6487a2e8
|
Added tag 2.5.1 for changeset 2ab678413a29
|
Doug Hellmann <d****n@g****m>
|
almost 16 years ago
|
|
|
5e60d1ca
|
fix workon to list in brief mode
|
Doug Hellmann <d****n@g****m>
|
almost 16 years ago
|
|
|
3e9b176c
|
Added tag 2.5 for changeset 80e2fcda77ac
|
Doug Hellmann <d****n@g****m>
|
almost 16 years ago
|
|
|
d0b2895f
|
bump version
|
Doug Hellmann <d****n@g****m>
|
almost 16 years ago
|
|
|
c791a901
|
add docs for showvirtualenv
|
Doug Hellmann <d****n@g****m>
|
almost 16 years ago
|
|
|
4ceb6961
|
add showvirtualenv and re-implement lsvirtualenv with it
|
Doug Hellmann <d****n@g****m>
|
almost 16 years ago
|
|
|
37694799
|
Added tag 2.4 for changeset a85d80e88996
|
Doug Hellmann <d****n@g****m>
|
about 16 years ago
|
|
|
f52ab19d
|
tweak history file
|
Doug Hellmann <d****n@g****m>
|
about 16 years ago
|
|
|
1ca01c61
|
Added tag 2.4 for changeset 64f858d461d4
|
Doug Hellmann <d****n@g****m>
|
about 16 years ago
|
|
|
7e33c281
|
add lsvirtualenv command with -l option
|
Doug Hellmann <d****n@g****m>
|
about 16 years ago
|
|
|
3510c411
|
Added tag 2.3 for changeset b9d4591458bb
|
Doug Hellmann <d****n@g****m>
|
about 16 years ago
|
|