-
When using pip to install, what is the install location? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You'd have to check pip's documentation, In addition to what pip does, novelWriter finds a location for the config and additional app data from the Qt |
Beta Was this translation helpful? Give feedback.
-
I found it, thanks to your help. There is also Users{user}\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\novelWriter-1.2.2.dist-info where the RECORD file gave the name of the folder, nw, where the assets, files, etc are stored; along with SHA256 hashes of all the files, I presume for integrity checks, probably managed by pip. |
Beta Was this translation helpful? Give feedback.
I found it, thanks to your help.
actual location of assets, files, etc is: Users{user}\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\nw
location of the exe is: Users{user}\AppData\Local\Programs\Python\Python38-32\Scripts\novelWriter.exe
There is also Users{user}\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\novelWriter-1.2.2.dist-info where the RECORD file gave the name of the folder, nw, where the assets, files, etc are stored; along with SHA256 hashes of all the files, I presume for integrity checks, probably managed by pip.