8000 GitHub - chengscott/pymod: Simple Environment Variable Manager
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chengscott/pymod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pymod

Installation

pip install pymod

Usage

Indirect (recommended)

  • invoke shell function under profile.d
pymod info
pymod use cuda cudnn

Direct

  • take advantage of shell command substitution
    • bash: $(pymod use cuda cudnn)
    • fish: eval (pymod use cuda cudnn)

Features

  • search for packages
pymod info cud
# Did you mean cuda or cudnn or cuda9 ?
pymod info cuda
# Avaiable Package `cuda-10.0` (cuda)

About

Simple Environment Variable Manager

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0