[DiscordArchive] ah you're asking how the packages get expanded to that folder?
[DiscordArchive] ah you're asking how the packages get expanded to that folder?
Archived author: Adys • Posted: 2018-10-22T09:34:54.627000+00:00
Original source
ah you're asking how the packages get expanded to that folder?
Archived author: Skarn • Posted: 2018-10-22T09:34:56.089000+00:00
Original source
the problem is... I don't know how to install a lib into that vendoring dir
Archived author: Skarn • Posted: 2018-10-22T09:34:57.882000+00:00
Original source
yes
Archived author: Adys • Posted: 2018-10-22T09:35:01.265000+00:00
Original source
1s
Archived author: Skarn • Posted: 2018-10-22T09:35:04.072000+00:00
Original source
well if I understand it correctly
Archived author: Adys • Posted: 2018-10-22T09:35:31.388000+00:00
Original source
try this
Archived author: Skarn • Posted: 2018-10-22T09:35:34.787000+00:00
Original source
I wanna keep an src folder with package sources in there and have a script to build modules form them into vendoring dir
Archived author: Skarn • Posted: 2018-10-22T09:35:47.786000+00:00
Original source
because I got no pip in blender's bundled python
Archived author: Adys • Posted: 2018-10-22T09:35:54.566000+00:00
Original source
`pip install --install-option="--prefix-dir=./third_party/" pillow`
Archived author: Skarn • Posted: 2018-10-22T09:36:21.069000+00:00
Original source
well, that's pip. pip works as simple as pip install package_name -t custom_dir