When I run command:
add2virtualenv C:/Users/atulm/OneDrive/Documents/Python/myModules
it give bellow error:
add2virtualenv gives error ".venv\Lib\site-packages\virtualenv_path_extensions.pth was unexpected at this time."
I am facing problem only when I run the command from path having space
e.g.:
Error Path: C:\Users\atulm\OneDrive\Documents\Python\pygubu designer
no Error on "C:\Users\atulm\OneDrive\Documents\Python\pygubu_designer"
I have some folders which I can't change the name
How can I add my Common script files in a virtual environment?