Skip to content

hodeinavarro/uv-bin-scripts-mre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproduction steps

Common

git clone https://github.com/hodeinavarro/uv-bin-scripts-mre.git
cd uv-bin-scripts-mre

With UV - bugged

uv venv with-uv
source with-uv/bin/activate
uv pip install -e .
my_package

Output

❯ my_package
zsh: /Users/hodeinavarro/Developer/astral.sh/uv-bin-scripts-mre/with-uv/bin/my_package: bad interpreter: /Users/hodeinavarro/Library/Caches/uv/.tmp0DXsam/.venv/bin/python: no such file or directory

With venv - expected

python -m venv with-venv
source with-venv/bin/activate
pip install -e .
my_package

Output

❯ my_package
Hello, World!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages