File tree 3 files changed +8
-18
lines changed
src/clj/new/libpython_clj
3 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 1
- {
2
- :paths [" src" ]
3
-
4
- :deps {
5
- org.clojure/clojure {:mvn/version " 1.10.1" }
6
- seancorfield/clj-new {:mvn/version " 0.8.6" }
7
- }
8
- }
1
+ {:paths [" src" ]
2
+ :deps {org.clojure/clojure {:mvn/version " 1.10.1" }
3
+ seancorfield/clj-new {:mvn/version " 0.8.6" }}}
Original file line number Diff line number Diff line change 1
- {
2
- :mvn/repos {" clojars" {:url " https://repo.clojars.org/" }
1
+ {:mvn/repos {" clojars" {:url " https://repo.clojars.org/" }
3
2
" central" {:url " https://repo1.maven.org/maven2/" }}
4
-
5
- :paths [" src" " resources" ]
6
-
7
- :deps {
8
- org.clojure/clojure {:mvn/version " 1.10.1" }
9
- cnuernber/libpython-clj {:mvn/version " 1.36" }
10
- }
11
- }
3
+ :paths [" src" " resources" ]
4
+ :deps {org.clojure/clojure {:mvn/version " 1.10.1" }
5
+ clj-python/libpython-clj {:mvn/version " 1.46" }}}
Original file line number Diff line number Diff line change 11
11
; ; you bind to below. Make sure you do this before you call 'require-python'
12
12
; ; in any file.
13
13
14
+ ; ; (initialize-python! "/path/to/venv/bin/python")
14
15
(initialize-python! " python3.7" )
You can’t perform that action at this time.
0 commit comments