It's not clear how to use shiv without dependencies #232
Unanswered
vitoyucepi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
hi @vitoyucepi, I'm not sure if there is a compelling reason to use I would assume sans dependencies, one could just use Python's native |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
By default, shiv implies that I should supply the project with
setup.py
orpyproject.toml
or--site-packages
arg.To reproduce
python -m venv .venv
. .venv/bin/activate
pip install shiv
echo "print('hello world')" >> __main__.py
shiv -e __main__.py -o main
Question
How can I use shiv without dependencies and project files?
Beta Was this translation helpful? Give feedback.
All reactions