This website requires JavaScript.
Explore
Help
Sign In
langfingaz
/
anki
Watch
1
Star
0
Fork
0
You've already forked anki
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
62266aece4
anki
/
tools
/
python
4 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add aliases to run vendored python and node from command line You can then do './scripts/python -m venv /path/to/venv' to create a virtual env based on the bundled Python, which can be handy if you don't happen to have the appropriate version of Python installed separately.
2021-10-18 07:50:16 +02:00
#!/bin/bash
updated package scripts
2021-10-28 10:46:45 +02:00
bazel run python --ui_event_filters=-INFO -- $*
Reference in New Issue
Copy Permalink