New issue 2875: Pypy3 venv module doesn't produce a venv properly
https://bitbucket.org/pypy/pypy/issues/2875/pypy3-venv-module-doesnt-produce-a-venv

Brian Bruggeman:

I am running macos 10.13.6. I used `homebrew` to install `pypy` and `pypy3`.

When running `pypy3 -m venv $SOME_PATH`, I actually generate a `pypy` 
environment instead of a `pypy3` environment.


```
lrwxr-xr-x   1 brianbruggeman  staff    19B Aug 21 15:33 pypy -> 
/usr/local/bin/pypy
lrwxr-xr-x   1 brianbruggeman  staff    47B Aug 21 15:34 pypy3 -> 
/usr/local/Cellar/pypy3/6.0.0/libexec/bin/pypy3
lrwxr-xr-x   1 brianbruggeman  staff     4B Aug 21 15:33 python -> pypy
lrwxr-xr-x   1 brianbruggeman  staff     4B Aug 21 15:33 python3 -> pypy
```


I think pypy should point to pypy3's path, and pypy3 should point to pypy.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to