Skip to content

Commit

Permalink
add provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Jan 7, 2025
1 parent d84b2a2 commit b4acb39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scripts/install_anaconda3
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ pip3 install --upgrade pip
pip install bash_kernel
python -m bash_kernel.install

# remember how we started
echo $mc3 > $dir/README.pjt

# write sourceable shell startup recipes
echo "set path = ($dir/bin "'$path); rehash' > $dir/python_start.csh
echo "export PATH=${dir}/bin:"'$PATH' > $dir/python_start.sh
Expand Down

0 comments on commit b4acb39

Please sign in to comment.