Command not found after fresh installation
See original GitHub issue- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).
- OS: Kubuntu 20.04
- Poetry version: 1.1.8
I tried to install poetry after removing miniconda. It seems to go well, but then executing Poetry fails with ‘command not found’. I inspected the ‘~/.local/bin/poetry’ symlink and found it pointed to a non-existing file in a virtual environment that poetry has created. Any suggestions?
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
How to fix a "Command not found" error in Linux - Red Hat
5 ways to fix "Command not found" errors · 1. Include the path · 2. Add a new path · 3. Copy a...
Read more >After installing something, command not found - Server Fault
It will shows all installed files by something package. Look for files that are on */bin/ directories. Share.
Read more >Linux / UNIX: Command Not Found Error and Solution - nixCraft
It means either program is not installed or PATH variable in your environment is not pointing to it. Learn how to fix command...
Read more >microk8s (Windows) command not found after fresh installation
An error occurred when trying to execute 'sudo microk8s.status --wait-ready' with 'multipass': returned exit code 1. or. sudo: microk8s.inspect: ...
Read more >How To Fix “Make: Command Not Found” Error
The Make Command Not Found error indicates that the make utility is either not installed on the system or it's not present in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I guess I can close this issue now?
Just leave a comment if you disagree.
fin swimmer
I’m having something related to this, but on macOS and Python 3.8 🤔 Tracked on #4477