You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gramster you're actually right in that .venv folders are currently not supported. It actually be a relatively easy change to introduce if you want to give it a go :) otherwise I'll try find some time to do it when I am less busy with in real life stuff
@gramster, @MichaelAquilina,
Not sure why you would say this is not supported, unless I don't get the question, but it seems to me this is exactly what I implemented here: #168, this was already part of 3.6.0, and it works for me:
$ mkdir foo
$ cd foo
$ python3 -m venv .venv
$ cd ..
$ cd foo
Switching virtualenv: .venv [Python 3.11.6]
$
Issue Details
Please provide the following details when opening an issue:
Operating System (uname -a)
Darwin MacBook-Pro.local 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:22:05 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6000 arm64
zsh version (zsh --version)
zsh 5.9 (x86_64-apple-darwin22.0)
autoswitch-virtualenv version
3.6.0
How is zsh-autoswitch-virtualenv installed?
Steps to reproduce the issue
In a fresh directory
foo
:I would expect the environment to be activated.
If I use
mkvenv
it works.gist link to your zshrc
The text was updated successfully, but these errors were encountered: