Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jackosdev
on Jan 28, 2023
|
parent
|
context
|
favorite
| on:
Pip and cargo are not the same
Oh yeah, can fix that though with:
mkdir -p ~/cargo/target
export CARGO_TARGET_DIR="~/cargo/target"
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
mkdir -p ~/cargo/target
export CARGO_TARGET_DIR="~/cargo/target"