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)
powerpc64-linuxi686-linuxs390-linuxriscv32-linuxpowerpc64le-linuxarmv5tel-linuxmicroblazeel-linuxaarch64-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