Invalid virtualenv #81
Labels
No Label
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: dickmao/nnreddit#81
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
nnreddit-venv: installing venv to c:/Users/micha/AppData/Roaming/.virtualenvs/nnreddit-20210912.236-c:/WINDOWS/py.exe... OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\Users\\micha\\AppData\\Roaming\\.virtualenvs\\nnreddit-20210912.236-c:' nnreddit-venv: Invalid virtualenv nnreddit-20210912.236-c:/WINDOWS/py.exe specified!
Don't know what it's doing. Seems to be concat'ing the path to
py
with the path to the virtualenv.{micha} [9] --> get-command virtualenv
CommandType Name Version Source
Application virtualenv.exe 0.0.0.0 c:\users\micha\appdata\roaming\python\python310\scripts\virtualenv.exe
C:\Users\micha {micha} [7] --> get-command python
CommandType Name Version Source
Application python.exe 3.10.150.… C:\Python310\python.exe
Welcome to the Emacs shell
g:/My Drive/org $ which virtualenv
c:/Users/micha/AppData/Roaming/Python/Python310/Scripts/virtualenv.exe
Nothing I've ever written has worked on Windows, which is ironic since my
dream job for many years was one at Microsoft. Sorry brah.