aactivator

aactivator 2.0.0

Automatically activate Python virtualenvs (and other environments)

https://github.com/Yelp/aactivator
MIT License
main program: aactivatorprograms: aactivator
Platforms (32)
x86_64-windowsaarch64-freebsdarmv5tel-linuxpowerpc64-linuxs390x-linuxmips64el-linuxpowerpc-linuxpowerpc64le-linux
View source on NixOS/nixpkgs →

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