Skip to content

Commit

Permalink
source file name same as output (#371)
Browse files Browse the repository at this point in the history
If following the docs literally this file won’t exists

Co-authored-by: Uwe L. Korn <[email protected]>
  • Loading branch information
yasir-choudhry and xhochy authored Nov 15, 2024
1 parent 39d66fb commit 85ce5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ On the target machine
# Unpack environment into directory `my_env`
$ mkdir -p my_env
$ tar -xzf my_env.tar.gz -C my_env
$ tar -xzf out_name.tar.gz -C my_env
# Use python without activating or fixing the prefixes. Most python
# libraries will work fine, but things that require prefix cleanups
Expand Down

0 comments on commit 85ce5ee

Please sign in to comment.