aactivator
aactivator 2.0.0
Automatically activate Python virtualenvs (and other environments)
https://github.com/Yelp/aactivatorMIT License
main program: aactivatorprograms: aactivator
Maintainers
Platforms (32)
x86_64-windowsaarch64-freebsdarmv5tel-linuxpowerpc64-linuxs390x-linuxmips64el-linuxpowerpc-linuxpowerpc64le-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