[Bug 1968755] Re: venv doesn't work
N.Buechner
1968755 at bugs.launchpad.net
Tue Apr 12 17:00:34 UTC 2022
can't reproduce this really.
> uname -a
Linux xxxxx 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
> virtualenv venv
created virtual environment CPython3.10.4.final.0-64 in 120ms
creator CPython3Posix(dest=/home/ravage/Downloads/venv, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/ravage/.local/share/virtualenv)
added seed packages: pip==22.0.2, setuptools==59.6.0, wheel==0.37.1
activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
> venv/bin/python --version
Python 3.10.4
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python3.10 in Ubuntu.
https://bugs.launchpad.net/bugs/1968755
Title:
venv doesn't work
Status in python3.10 package in Ubuntu:
New
Bug description:
There's something wrong with Python 3.10 on Ubuntu 22.04. I'm pulling
my hair out, but can't figure out what's going wrong. I condensed it
to
```
virtualenv venv
venv/bin/python --version
```
This should work, but only gives
```
created virtual environment CPython3.10.4.final.0-64 in 130ms
creator CPython3Posix(dest=/home/nschloe/software/meshpro/meshio-dev/venv, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/nschloe/.local/share/virtualenv)
added seed packages: pip==22.0.4, setuptools==60.9.3, wheel==0.37.1
activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
❯ venv/bin/python --version
zsh: no such file or directory: venv/bin/python
```
Let me know what else I can do to debug.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/1968755/+subscriptions
More information about the foundations-bugs
mailing list