Skip to content

Commit

Permalink
add news
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored and jezdez committed Aug 11, 2022
1 parent d772268 commit 1349265
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONSTRUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Path to a post-install script. Some notes:
If necessary, you can activate the installed `base` environment like this:

- Unix: `source "$PREFIX/etc/profile.d/conda.sh" && conda activate "$PREFIX"`
- Windows: `call "%PREFIX%\Scriptsctivate.bat"`
- Windows: `call "%PREFIX%\Scripts\activate.bat"`

## `post_install_desc`

Expand Down
2 changes: 1 addition & 1 deletion constructor/construct.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
If necessary, you can activate the installed `base` environment like this:
- Unix: `source "$PREFIX/etc/profile.d/conda.sh" && conda activate "$PREFIX"`
- Windows: `call "%PREFIX%\Scripts\activate.bat"`
- Windows: `call "%PREFIX%\\Scripts\\activate.bat"`
'''),

('post_install_desc', False, str, '''
Expand Down
25 changes: 25 additions & 0 deletions news/537-post_install-docs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Enhancements:
-------------

* <news item>

Bug fixes:
----------

* <news item>

Deprecations:
-------------

* <news item>

Docs:
-----

* Improved documentation for ``post_install`` scripts (#537)

Other:
------

* <news item>

0 comments on commit 1349265

Please sign in to comment.