xonsh/news/vox-improvements.rst
Noorhteen Raja NJ 6d756ef7c9
Vox improvements (#4549)
* 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
2021-11-26 23:37:35 +05:30

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>