aactivator
aactivator 2.0.0
Automatically activate Python virtualenvs (and other environments)
https://github.com/Yelp/aactivatorMIT License
main program: aactivatorprograms: aactivator
Maintainers
Platforms (31)
mips-linuxs390x-linuxaarch64-windowssh4-linuxarmv7l-linuxm68k-linuxx86_64-linuxmicroblazeel-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ aactivator ];
Ad-hoc shell
nix-shell -p aactivator
Flake (nix run)
nix run nixpkgs#aactivator