raco-pkg-env icon indicating copy to clipboard operation
raco-pkg-env copied to clipboard

virtualenv like tool for Racket

Results 6 raco-pkg-env issues
Sort by recently updated
recently updated
newest added

This seems useful enough a command that it should probably be part of the standard distribution.

I created a new package and added a basic `info.rkt` file. Then I went through these steps: ``` mynewpkg> raco pkg-env _env mynewpkg> source _env/activate.sh mynewpkg> raco pkg install ```...

Installing `keyring` in a pkg-env and also in user scope causes the following message when using the `raco keyring` command (with the environment not active): ``` warning: tool "keyring" registered...

Add a `deactivate.sh` in `bin-dir`. The script should roll back the environment variable changes made by `activate.sh`. `activate.sh` should probably be changed to store the old environment variable values in...

enhancement

Should not have all of the docs, just the ones installed for the environment. ``` $ du -sh _env/* 4.0K _env/activate.sh 102M _env/doc 8.0K _env/etc 4.0K _env/links.rktd 23M _env/pkgs ```

bug