404background / node-red-contrib-python-venv

Node for python virtual environment
MIT License
7 stars 3 forks source link

Differences in Python virtual environment file structure depending on OS #1

Closed 404background closed 4 months ago

404background commented 4 months ago

When installing this node in a Linux environment, I got the error below.

npm ERR! FileNotFoundError: [Errno 2] No such file or directory: ' ... /pyenv/Scripts/python.exe'

When making virtual environments of Python, the file structure differs depending on the OS.

I will change the path depending on the OS.

404background commented 4 months ago

Also,

From: https://docs.python.org/3/library/venv.html