You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use nodeenv --prebuilt --python-virtualenv but it writes the following files to the top-level directory:
ChangeLog
LICENSE
README.md
This is a problem for me because it is overwriting files in my project.
Can we exclude those? Or maybe only write but don't overwrite?
The text was updated successfully, but these errors were encountered:
KylePDavis
changed the title
Using --prebuilt writes top-level files unlike building from source
Using --prebuilt writes top-level files (from source doesn't)
May 9, 2014
I'm trying to use
nodeenv --prebuilt --python-virtualenv
but it writes the following files to the top-level directory:This is a problem for me because it is overwriting files in my project.
Can we exclude those? Or maybe only write but don't overwrite?
The text was updated successfully, but these errors were encountered: