Skip to main content
deleted 1 character in body
Source Link
Samir Kape
  • 2.1k
  • 2
  • 19
  • 21
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" 

source - https://pip.pypa.io/en/stable/reference/pip_install/

-t switch = target

pip install "package_name" -t "target_dir" 

source - https://pip.pypa.io/en/stable/reference/pip_install/

-t switch = target

deleted 27 characters in body
Source Link
Samir Kape
  • 2.1k
  • 2
  • 19
  • 21

I found a simple way

pip3 install "package_name" -t "target_dir" 

source - https://pip.pypa.io/en/stable/reference/pip_install/

-t switch = target

I found a simple way

pip3 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" 

source - https://pip.pypa.io/en/stable/reference/pip_install/

-t switch = target

deleted 14 characters in body
Source Link
Samir Kape
  • 2.1k
  • 2
  • 19
  • 21

I found a simple way

pip3 install "package_name" -t "target_dir" 

source - https://pip.pypa.io/en/stable/reference/pip_install/

I tried it with pip3 and it works!-t switch = target

I found simple way

pip3 install "package_name" -t "target_dir" 

source - https://pip.pypa.io/en/stable/reference/pip_install/

I tried it with pip3 and it works!

I found a simple way

pip3 install "package_name" -t "target_dir" 

source - https://pip.pypa.io/en/stable/reference/pip_install/

-t switch = target

Source Link
Samir Kape
  • 2.1k
  • 2
  • 19
  • 21
Loading