Replies: 1 comment
-
Hmm, all I can think of is that the VENV made a symlink to the folder where Linux commands are stored. Try removing the old symlink, or maybe an |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just yesterday I tried to run Calibre which kept reporting missing module: msgpack. By running "which python" in a regular bash, apparently the python version wrongly used (~/project/.venv/bin/python) is the one in the virtual environment for another project I've been coding inside code-server.
(sudo) echo $PATH prints: ~/project/.venv/bin:/usr/lib/code-server/vendor/modules/code-oss-dev/bin:... Are they supposed to be there universally outside of venv? There was no such error before yesterday. If not how do I remove them?
Running the regular albeit verbose one "/usr/bin/python /usr/bin/calibre" works fine
Beta Was this translation helpful? Give feedback.
All reactions