pip install package_name will keep you in the same place.
pip install package_name
How do I install packages in a different location, such as a desktop?(Not because of Python virtual environment, I know this.)
See pip document
--root <dir>
Install everything relative to this alternate root directory.
You can use it. When writing
$ pip install --root=/alternative/prefix/path package_name
Please write it with me.
581 PHP ssh2_scp_send fails to send files as intended
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
590 Scrap text information after the "View More" button when searching in the Yahoo! News search window
1022 In Java servlet, when SHA-256 sends WW-Authenticate header for digest authentication, the client does not return the result.
© 2024 OneMinuteCode. All rights reserved.