-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I recently tried to install poetry in a fresh ubuntu 20.04 env, with python3 as default version i experienced unpredictable behaviour. #2352
Comments
@zero-shubham any additional information to reproduce this issue might be helpful. For example,
|
Okay this is confirmed, you need to install Python2.7 manually for a fresh ubuntu 20.04 env.
So what i did was to install py2.7 manually installed poetry using python2 now and everything worked as it used be for Ubuntu 18.04 |
Hello @zero-shubham, I found your description a little bit confusing. But I guess you don't have a fin swimmer |
Hey @finswimmer yes poetry does need "python" as a command i.e. it needs to be in PATH |
@zero-shubham You can |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Issue
when using with python3.8-venv activated and sometimes without that i got /usr/bin/env python not found error.
The text was updated successfully, but these errors were encountered: