How to use poetry to maintain a local python install? #9171
Replies: 1 comment
-
Poetry is not a python manager, it only uses the Pythons you have installed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Experts
I am using poetry to maintain my own version of python since i cannot install a global python without admin access.
So i created a wrapper script like this ...
it works for most parts but
when i try to do
it Errors
I can solve this if i symbolically link
~/bin/scripts/emacs_python/.venv/bin/python3
to~/bin/python
but then when i run my script it errors saying that my poetry added modules are not available.Can someone please help?
Beta Was this translation helpful? Give feedback.
All reactions