Skip to content

Commit 72fb426

Browse files
committed
Add local lib path
1 parent 8597483 commit 72fb426

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setLocalLib.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
# NVIDIA Jetson TX1
3+
# TensorFlow Installation
4+
# Useful setup command to set library path
5+
sudo sh -c 'echo /usr/local/lib >> /etc/ld.so.conf'
6+
sudo ldconfig
7+
8+
9+

0 commit comments

Comments
 (0)