I'm working at a project on my linux platform. Now I need some lib to install in my project directory, is there a way to do that ? If I use pip, it installs the lib under ~/.local/lib, also I cannot install it system-wide because that package doesn't exist in my distro environment.
Asked
Active
Viewed 24 times
0
-
1this should help you. https://stackoverflow.com/a/19404371/6885968 – apoorva kamath Dec 15 '20 at 07:53
-
yeah! thanks very muuch! – Lews Dec 15 '20 at 07:58