Skip to content

Commit 8f73c62

Browse files
committed
fixes #66
1 parent 72989cc commit 8f73c62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conda/post_install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
echo ""
33
echo "SMC++ has been installed to $PREFIX. To run it, type:"
44
echo ""
5-
echo " $ source $PREFIX/bin/activate"
6-
echo " $ smc++"
5+
echo " $ $PREFIX/bin/smc++"
76
echo ""

0 commit comments

Comments
 (0)