简体   繁体   中英

Configure virtualenv content path instead of .venv/local/bin/activate

I don't know why but my venv files are being created in a slightly different path than usual.

It should be .venv/bin/activate , instead of .venv/local/bin/activate . This is giving me issues in other tools.

Why is it behaving this way, and how can I change it?

python3 -m virtualenv .venv

在此处输入图像描述

I'm on Ubuntu 22.04 and Python 3.10.4.

这是 setuptools 中的一个错误,来源: https ://github.com/pypa/setuptools/issues/3278

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM