Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Use correct Python version in the Python 3.5 recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jun 1, 2015
1 parent 6001adc commit 7a889ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-3.5/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ make
make install

cd $PREFIX/bin
ln -s python3.4 python
ln -s pydoc3.4 pydoc
ln -s python3.5 python
ln -s pydoc3.5 pydoc

0 comments on commit 7a889ba

Please sign in to comment.