mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00

* refactor: confirm before deleting the folder fix: failing tests * feat: shorter positional argument which is optional cli-utils * refactor: vox-default interpreter from system's default * feat: add new vox commands info, wipe * feat: add new vox commands toggle-ssp, runin, runinall * feat: add new vox commands toggle-ssp, runin, runinall * feat: add new vox commands project-set, project-get * feat: implement vox new 'pip installs/requirements' and project linking * test: update failing tests
38 lines
721 B
ReStructuredText
38 lines
721 B
ReStructuredText
**Added:**
|
|
|
|
* New set of commands and options to manage virtualenvs inspired from ``pew``
|
|
|
|
* runin
|
|
* runinall
|
|
* new
|
|
|
|
* ``--link`` : to associate venv with project directory
|
|
* ``--temp`` : to create temporary virtualenvs
|
|
|
|
* activate
|
|
|
|
* now will cd into project directory if the venv is associated
|
|
|
|
* toggle-ssp - toggle system site packages
|
|
* project - manage project path associations
|
|
* wipe - to quickly remove all user installed packages
|
|
|
|
**Changed:**
|
|
|
|
* ``vox new`` will use default python version of the system rather than the one vox is run with
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* <news item>
|
|
|
|
**Fixed:**
|
|
|
|
* <news item>
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|