[Bug 1968755] Re: venv doesn't work
Nico Schlömer
1968755 at bugs.launchpad.net
Tue Jul 19 15:58:39 UTC 2022
I tried again and still have the same issue. The problem is that python is in
```
venv/local/bin/python
```
and not
```
venv/bin/python
```
--
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