Skip to content

Installing Python Packages on the Server Without Root Access_13697730

Rob Ness edited this page Jul 3, 2024 · 1 revision

title: "TheNessLab : Installing Python Packages on the Server Without Root Access"

TheNessLab : Installing Python Packages on the Server Without Root Access

Created by Ahmed Raza Hasan on Jun 23, 2017

Motivation

Like with the R equivalent of this wiki page, sometimes one has to use a Python package that isn't on the server (yet).

Again, this method will only install these packages for you, since no one else has read/write access to your home directory.

Method

Literally just

pip install --user <package>

Ta da!

Document generated by Confluence on May 22, 2024 11:44

  • Chlamy Tips
  • Coding Tips.
  • HpcnodeLife.
  • Other Awesome Pages.

Clone this wiki locally