When installing packages with pip, can I save them somewhere other than the default location?

Asked 2 years ago, Updated 2 years ago, 118 views

pip install package_name will keep you in the same place.

How do I install packages in a different location, such as a desktop?(Not because of Python virtual environment, I know this.)

pip python

2022-09-22 16:53

1 Answers

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.