Class: Jumpstarter::Commands::Pip::Update
- Inherits:
-
Object
- Object
- Jumpstarter::Commands::Pip::Update
- Defined in:
- lib/jumpstarter_core/commands.rb
Class Method Summary collapse
Class Method Details
.command! ⇒ Object
48 49 50 |
# File 'lib/jumpstarter_core/commands.rb', line 48 def command!() return ['pip3 update'] end |
.requires_sudo! ⇒ Object
45 46 47 |
# File 'lib/jumpstarter_core/commands.rb', line 45 def requires_sudo!() return false end |