You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
115 B
Fish
5 lines
115 B
Fish
5 years ago
|
function dgc-env
|
||
|
set p3p python37Packages
|
||
|
nix-shell -p $p3p.requests $p3p.lxml $p3p.beautifulsoup4 $p3p.clint
|
||
|
end
|