Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
pip3pip install "package_name" -t "target_dir"
source - https://pip.pypa.io/en/stable/reference/pip_install/
-t switch = target
pip3 install "package_name" -t "target_dir"
pip install "package_name" -t "target_dir"
I found a simple way
I tried it with pip3 and it works!-t switch = target
I found simple way
I tried it with pip3 and it works!