This batch scripted tool will auto activate your python virtual environment just by using cdv
. Works like normal cd
. for more help use cdv -h
Install , open terminal and use it Rightaway! Here to download v0.1.2
- Feature: NOW
cdv
behaves more like normal cd default behavior when usingcdv
without ANY positional args! - Fix bug with dir/s that include spaces.
- Fix bug when forward slashes are used instead of backslashes in dirs path
- Fix bug using
cdv /
that persists even after fix general forward slash bug - Debug mode can be easily activated now: 3rd shell positional argument must be set to
-1
-
First Install latest version via cdv.msi (latest)
-
if using cmder console and you want to totally override
cd
by cdv ( you can re-tract the override any time )alias cd=cdv $*
now
cd
has allcdv
features!- to re-tract
unalias cd
-
cdv -h
-
cdv <optional-path> -i
-
with out any parameters its just similar to
cd
until you cdv'ed to one of your configured projects it will auto activate the venv for you!cdv path
- to activate current project venv
cdv
-
cdv <optional-path> -d
-
cdv <optional-path> -1
-
(in testing) no need to download the installer for every new version ( just reinstall and it will update to latest release )