Eugene Kalinin
Eugene Kalinin
Hi @clnorris Thanks for the report. Just tested with `virtualenv & python3 & ubuntu 18.04` - could not reproduce the issue: ``` ➜ virtualenv env --no-site-packages -p python3.6 Running virtualenv...
> I am getting the same errors in vanilla Python with nodeenv-1.5.0 > I'm getting the same errors in Python 3.8 on macOs Mojave. Hey @zachzachzach @sydneypemberton1986 ! Thanks for...
> Does not work on "zsh" too. > > Seems only work in bash. @Bruno21 Could you provide more details, please? Here's what i got for zsh: ``` ➜ zsh...
Hey @ShuzZzle ! Thanks for report! But it's not clear how it could be fixed from nodeenv's POV?
Yeah, I believe this patch is working well for the systems where python3 is installed. But at the same time I think it will break ones where python3 is not...
Would you be able to provide full sequence of commands? Here's my try: ``` ➥ virtualenv testenv ➥ . testenv/bin/activate (testenv) ➥ pip install nodeenv (testenv) ➥ nodeenv --version 0.13.6...
> mkvirtualenv automatically activates ntest after it was created. Seems, you should install `nodeenv` first before try to use it.
Hey @kichawa Would you be able to provide more details?
Hey @kloczek Could you elaborate on this? What is the point of this issue?
Hey @mudabir94 Could you provide any code example?